mirror of https://github.com/git/git.git
Browse Source
Visual Studio reports C4334 "was 64-bit shift intended" warning because of size miss-match. Promote unity to the matching type to fit with its subsequent operation. Signed-off-by: Philip Oakley <philipoakley@iee.email> Signed-off-by: Junio C Hamano <gitster@pobox.com>pull/790/merge


1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue