diff options
| author | welinder@troll.com <welinder@troll.com> | 2004-09-21 14:21:04 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:03:16 -0700 |
| commit | 90722deb440958b92d807aa5ee8315a430a46202 (patch) | |
| tree | efc7abaeda53c871ce50ae673d10dc8a4b8acdab /cgcc | |
| parent | b89216fe2192c4325a27f473243a530d0bb3ea74 (diff) | |
| download | sparse-dev-90722deb440958b92d807aa5ee8315a430a46202.tar.gz | |
Teach cgcc about -Wbitwise and -Wtypesign.
Diffstat (limited to 'cgcc')
| -rw-r--r-- | cgcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ exec ($cc); sub check_only_option { my ($arg) = @_; - return 1 if $arg =~ /^-W(no-?)?default-bitfield-sign$/; + return 1 if $arg =~ /^-W(no-?)?(default-bitfield-sig|bitwise|typesign)$/; return 0; } |
