Commit Graph

24 Commits

Author SHA1 Message Date
60eaaca663 I'm not dead yet!
svn path=/trunk/; revision=15919
2002-03-05 16:57:29 +00:00
33c3f207a5 These macros aren't needed in gnome2
These macros aren't needed in gnome2

svn path=/trunk/; revision=15918
2002-03-05 16:20:39 +00:00
64262ad7f2 back again !!!
svn path=/trunk/; revision=14875
2001-12-05 04:54:00 +00:00
e508d29396 *** empty log message ***
svn path=/trunk/; revision=14868
2001-12-04 20:55:41 +00:00
ec65c861a6 fix up gfarris's mistaken commit to gnome-common (revert to yesterday's versions)
svn path=/trunk/; revision=14858
2001-12-04 05:43:50 +00:00
edd7c48be6 *** empty log message ***
svn path=/trunk/; revision=14857
2001-12-04 04:46:41 +00:00
a0281d1b18 Fix "cvs rm -rf" lossage.
svn path=/trunk/; revision=4480
2000-08-02 22:26:45 +00:00
087e70c885 removed last files from GNOME CVS
svn path=/trunk/; revision=4478
2000-08-02 21:47:06 +00:00
25faacf139 I am sure that kabalak didn't mean to remove gnome-common/macros :)
svn path=/trunk/; revision=1747
2000-02-13 11:05:13 +00:00
61657f8452 removed gtranslator for re-checkin
svn path=/trunk/; revision=1746
2000-02-13 10:35:30 +00:00
ea421e8d58 Remove -Wpointer-arith to make recent egcs & glibc to stop generating
warnings.

svn path=/trunk/; revision=1258
1999-09-27 03:12:05 +00:00
0e4983d6b9 give -Wunused to gcc instead of -Wno-unused.
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
1999-06-25 23:54:26 +00:00
2df03af7a2 Only add the compilation warnings if the compiler is GCC.
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
1999-02-22 21:27:11 +00:00
5493a25691 Don't add warning and compiler flags to the CFLAGS and CXXFLAGS when
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
1999-02-05 11:42:32 +00:00
f598a336e3 (This is a patch from Nix <nix@esperi.demon.co.uk>) Brought C++ language
(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
1999-01-11 05:12:24 +00:00
86ef4d8ab5 Added -Wshadow and -Woverloaded-virtual to the --enable-cxx-warnings=yes
case. -Wshadow complains a *lot* about gtk-- and gtk--draw.

svn path=/trunk/; revision=457
1998-10-28 18:24:48 +00:00
b12b9818d5 Simple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGS
(GNOME_CXX_WARNINGS)

svn path=/trunk/; revision=453
1998-10-17 18:07:57 +00:00
1ffd143502 Now it should also work when building packages.
svn path=/trunk/; revision=444
1998-10-11 22:47:29 +00:00
273fc61231 Added `-Wno-unused'.
1998-10-12  Martin Baulig  <martin@home-of-linux.org>

	* compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'.

svn path=/trunk/; revision=443
1998-10-11 22:40:11 +00:00
152fd20f32 Remove `-W'. (warn-unused): Remove.
* compiler-flags.m4 (warnCFLAGS): Remove `-W'.
(warn-unused): Remove.

svn path=/trunk/; revision=427
1998-10-05 23:26:49 +00:00
dcb862d546 New configure parameter to add `-Wunused' to the warning flags.
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
1998-09-28 15:25:28 +00:00
4bedda8d73 Use -W -Wno-unused
svn path=/trunk/; revision=385
1998-09-19 18:50:37 +00:00
40b5030acc Do not use -W as in the context of Gtk/Gnome, we get warnings for the
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
1998-09-19 17:40:35 +00:00
bfdb2a9614 New file. Defines the GNOME_COMPILER_WARNINGS macro. Add
* 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
1998-08-20 21:23:52 +00:00