aboutsummaryrefslogtreecommitdiffstats
path: root/macros/compiler-flags.m4
Commit message (Collapse)AuthorAgeFilesLines
* Simple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGSHavoc Pennington1998-10-181-0/+41
| | | | | | (GNOME_CXX_WARNINGS) svn path=/trunk/; revision=453
* Now it should also work when building packages.Martin Baulig1998-10-121-2/+2
| | | | svn path=/trunk/; revision=444
* Added `-Wno-unused'.Martin Baulig1998-10-121-1/+1
| | | | | | | | 1998-10-12 Martin Baulig <martin@home-of-linux.org> * compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'. svn path=/trunk/; revision=443
* Remove `-W'. (warn-unused): Remove.Raja R Harinath1998-10-061-14/+3
| | | | | | | * compiler-flags.m4 (warnCFLAGS): Remove `-W'. (warn-unused): Remove. svn path=/trunk/; revision=427
* New configure parameter to add `-Wunused' to the warning flags.Martin Baulig1998-09-281-2/+15
| | | | | | | | | 1998-09-28 Martin Baulig <martin@home-of-linux.org> * compiler-flags.m4 (--enable-warn-unused): New configure parameter to add `-Wunused' to the warning flags. svn path=/trunk/; revision=408
* Use -W -Wno-unusedArturo Espinosa1998-09-201-1/+1
| | | | svn path=/trunk/; revision=385
* Do not use -W as in the context of Gtk/Gnome, we get warnings for theArturo Espinosa1998-09-201-1/+1
| | | | | | | | | Do not use -W as in the context of Gtk/Gnome, we get warnings for the unused parameters in callback funcions which we cant fix. Miguel. svn path=/trunk/; revision=384
* New file. Defines the GNOME_COMPILER_WARNINGS macro. AddRaja R Harinath1998-08-211-0/+45
* compiler-flags.m4: New file. Defines the GNOME_COMPILER_WARNINGS macro. * autogen.sh (conf_flags): Add `--enable-compile-warnings' to list of flags passed to `configure'. * Makefile.am (MACROS): Add compiler-flags.m4. svn path=/trunk/; revision=327