complain about long long
From-SVN: r34533
This commit is contained in:
parent
7254e4eab9
commit
a032eacb1b
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// Don't compile this one with -Wno-long-long...
|
||||
// Special g++ Options: -pedantic-errors
|
||||
|
||||
short volatile short var_0_2; /* ERROR - duplicate short */
|
||||
long volatile long var_0_3; /* ERROR - duplicate long */
|
||||
signed volatile signed var_0_7; /* ERROR - duplicate signed */
|
||||
|
|
Loading…
Add table
Reference in a new issue