don't use -Wsign-promo, it is C++ only and causes warnings with gcc 3.3
authorFrédéric Crozat <fcrozat@src.gnome.org>
Fri, 4 Jul 2003 12:37:37 +0000 (12:37 +0000)
committerFrédéric Crozat <fcrozat@src.gnome.org>
Fri, 4 Jul 2003 12:37:37 +0000 (12:37 +0000)
commit838b0907ac94cbd30d8333998ac78e76b339df9b
treebf93d50a8f2dde795c25d303de4dd58532a0293b
parent76b647b4d1f9d146319f35c8440040612f8590ab
don't use -Wsign-promo, it is C++ only and causes warnings with gcc 3.3

        * macros2/compiler-flags.m4: don't use -Wsign-promo, it is
        C++ only and causes warnings with gcc 3.3 when used on C.

svn path=/trunk/; revision=3048
ChangeLog
macros2/compiler-flags.m4