Show
Ignore:
Timestamp:
2008-07-24 09:13:03 (4 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Disable GCC long long warnings with -pedantic. Closes #2823.
Thanks to Aron Griffis for the suggestion.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • configure.ac

    r5408 r5465  
    774774 
    775775if test x$GCC = xyes && test $mutt_cv_warnings = yes; then 
    776         CFLAGS="-Wall -pedantic $CFLAGS" 
     776  CFLAGS="-Wall -pedantic -Wno-long-long $CFLAGS" 
    777777fi 
    778778