summaryrefslogtreecommitdiff
path: root/vcs-svn/repo_tree.h
diff options
context:
space:
mode:
authorLibravatar Jonathan Nieder <jrnieder@gmail.com>2011-03-15 22:42:32 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-03-15 22:24:29 -0700
commit9ddf17268c632967abf2dadf9fa2b9d11dcc1867 (patch)
tree49fe8583570152b0e69b5f8ca43963589f69d82f /vcs-svn/repo_tree.h
parentt6004: add pathspec globbing test for log family (diff)
downloadtgif-9ddf17268c632967abf2dadf9fa2b9d11dcc1867.tar.xz
declare 1-bit bitfields to be unsigned
As "gcc -pedantic" notices, a two's complement 1-bit signed integer cannot represent the value '1'. dir.c: In function 'init_pathspec': dir.c:1291:4: warning: overflow in implicit constant conversion [-Woverflow] In the spirit of v1.7.1-rc1~10 (2010-04-06), 'unsigned' is what was intended, so let's make the flags unsigned. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'vcs-svn/repo_tree.h')
0 files changed, 0 insertions, 0 deletions