summaryrefslogtreecommitdiff
path: root/macros/compiler-flags.m4
Commit message (Collapse)AuthorAgeFilesLines
* I'm not dead yet!Dan Winship2002-03-051-0/+109
| | | | svn path=/trunk/; revision=2345
* These macros aren't needed in gnome2Tov Are Jacobsen2002-03-051-109/+0
| | | | | | These macros aren't needed in gnome2 svn path=/trunk/; revision=2344
* back again !!!James Henstridge2001-12-051-0/+109
| | | | svn path=/trunk/; revision=2174
* *** empty log message ***gfarris2001-12-041-109/+0
| | | | svn path=/trunk/; revision=2172
* fix up gfarris's mistaken commit to gnome-common (revert to yesterday's ↵James Henstridge2001-12-041-0/+109
| | | | | | versions) svn path=/trunk/; revision=2170
* *** empty log message ***gfarris2001-12-041-109/+0
| | | | svn path=/trunk/; revision=2169
* Fix "cvs rm -rf" lossage.Dan Winship2000-08-021-0/+109
| | | | svn path=/trunk/; revision=1348
* removed last files from GNOME CVSscottf2000-08-021-109/+0
| | | | svn path=/trunk/; revision=1347
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-131-0/+109
| | | | svn path=/trunk/; revision=1096
* removed gtranslator for re-checkinFatih Demir2000-02-131-109/+0
| | | | svn path=/trunk/; revision=1095
* Remove -Wpointer-arith to make recent egcs & glibc to stop generatingJody Goldberg1999-09-271-2/+2
| | | | | | warnings. svn path=/trunk/; revision=926
* give -Wunused to gcc instead of -Wno-unused.Tim Janik1999-06-251-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=832
* Only add the compilation warnings if the compiler is GCC.Miguel de Icaza1999-02-221-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=645
* 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=610
* (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=571
* Added -Wshadow and -Woverloaded-virtual to the --enable-cxx-warnings=yesHavoc Pennington1998-10-281-1/+1
| | | | | | case. -Wshadow complains a *lot* about gtk-- and gtk--draw. svn path=/trunk/; revision=458
* Simple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGSHavoc Pennington1998-10-171-0/+41
| | | | | | (GNOME_CXX_WARNINGS) svn path=/trunk/; revision=447
* Now it should also work when building packages.Martin Baulig1998-10-111-2/+2
| | | | svn path=/trunk/; revision=437
* Added `-Wno-unused'.Martin Baulig1998-10-111-1/+1
| | | | | | | | 1998-10-12 Martin Baulig <martin@home-of-linux.org> * compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'. svn path=/trunk/; revision=436
* Remove `-W'. (warn-unused): Remove.Raja R Harinath1998-10-051-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=417
* Use -W -Wno-unusedArturo Espinosa1998-09-191-1/+1
| | | | svn path=/trunk/; revision=394
* Do not use -W as in the context of Gtk/Gnome, we get warnings for theArturo Espinosa1998-09-191-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=393
* New file. Defines the GNOME_COMPILER_WARNINGS macro. AddRaja R Harinath1998-08-201-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=340