summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 537f6c7)
raw | patch | inline | side by side (parent: 537f6c7)
author | Brandon Casey <drafnel@gmail.com> | |
Tue, 6 Apr 2010 15:11:44 +0000 (10:11 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 7 Apr 2010 04:55:50 +0000 (21:55 -0700) |
The IRIX MIPSPro compiler complains like this:
cc-1107 c99: WARNING File = notes.h, Line = 215
A signed bit field has a length of 1 bit.
int suppress_default_notes:1;
^
'unsigned' is what was intended, so lets make it so.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cc-1107 c99: WARNING File = notes.h, Line = 215
A signed bit field has a length of 1 bit.
int suppress_default_notes:1;
^
'unsigned' is what was intended, so lets make it so.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
notes.h | patch | blob | history |