aboutsummaryrefslogtreecommitdiffstats
path: root/macros/compiler-flags.m4
Commit message (Collapse)AuthorAgeFilesLines
* I'm not dead yet!Dan Winship2002-03-061-0/+109
| | | | svn path=/trunk/; revision=15919
* These macros aren't needed in gnome2Tov Are Jacobsen2002-03-061-109/+0
| | | | | | These macros aren't needed in gnome2 svn path=/trunk/; revision=15918
* back again !!!James Henstridge2001-12-051-0/+109
| | | | svn path=/trunk/; revision=14875
* *** empty log message ***gfarris2001-12-051-109/+0
| | | | svn path=/trunk/; revision=14868
* fix up gfarris's mistaken commit to gnome-common (revert to yesterday's ↵James Henstridge2001-12-041-0/+109
| | | | | | versions) svn path=/trunk/; revision=14858
* *** empty log message ***gfarris2001-12-041-109/+0
| | | | svn path=/trunk/; revision=14857
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-031-0/+109
| | | | svn path=/trunk/; revision=4480
* removed last files from GNOME CVSscottf2000-08-031-109/+0
| | | | svn path=/trunk/; revision=4478
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+109
| | | | svn path=/trunk/; revision=1747
* removed gtranslator for re-checkinFatih Demir2000-02-131-109/+0
| | | | svn path=/trunk/; revision=1746
* Remove -Wpointer-arith to make recent egcs & glibc to stop generatingJody Goldberg1999-09-271-2/+2
| | | | | | warnings. svn path=/trunk/; revision=1258
* give -Wunused to gcc instead of -Wno-unused.Tim Janik1999-06-261-1/+1
| | | | | | | | Sat Jun 26 01:47:53 1999 Tim Janik <timj@gtk.org> * compiler-flags.m4: give -Wunused to gcc instead of -Wno-unused. svn path=/trunk/; revision=996
* Only add the compilation warnings if the compiler is GCC.Miguel de Icaza1999-02-231-0/+7
| | | | | | | | | 1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx> * compiler-flags.m4: Only add the compilation warnings if the compiler is GCC. svn path=/trunk/; revision=684
* Don't add warning and compiler flags to the CFLAGS and CXXFLAGS whenMartin Baulig1999-02-051-2/+10
| | | | | | | | | | | 1999-02-05 Martin Baulig <martin@home-of-linux.org> * compiler-flags.m4: Don't add warning and compiler flags to the CFLAGS and CXXFLAGS when they're cached. This fixes the problem that CFLAGS and CXXFLAGS get longer and longer each time you run a `config.status --recheck'. svn path=/trunk/; revision=646
* (This is a patch from Nix <nix@esperi.demon.co.uk>) Brought C++ languageTero Pulkkinen1999-01-111-4/+10
| | | | | | | | | | | (This is a patch from Nix <nix@esperi.demon.co.uk>) * compiler-flags.m4 (GNOME_CXX_WARNINGS): Brought C++ language compliance into line with C language compliance. Fixed typo (`C' for `C++'). (--enable-iso-cxx): New flag to *permit* -pedantic rather than requiring it. svn path=/trunk/; revision=592
* Added -Wshadow and -Woverloaded-virtual to the --enable-cxx-warnings=yesHavoc Pennington1998-10-291-1/+1
| | | | | | case. -Wshadow complains a *lot* about gtk-- and gtk--draw. svn path=/trunk/; revision=457
* 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