wireshark/epan/ftypes
Stephen Fisher 62f88a4a04 From Sebastien Tandel:
(Temporarily disable the warnings as errors default on Unix to get
to get the buildbots and people with gcc40 going again until those
additional warnings gcc40 generates can be fixed-I'm working on it
ASAP)

   Patch for configure.in which disables by default the treatment of
warnings as errors.
It can be enabled with './configure --with-warnings-as-errors'.
The macro will test first if GCC is present. If it's the case,
HAVE_WARNINGS_AS_ERRORS is defined. All the USING_GCC have been replaced
by HAVE_WARNINGS_AS_ERRORS.
With this switch, people won't suffer from unexpected warnings when
downloading svn sources during the transition time ;)


svn path=/trunk/; revision=21153
2007-03-23 17:49:59 +00:00
..
Makefile.am From Sebastien Tandel: 2007-03-23 17:49:59 +00:00
Makefile.nmake add "treat warnings as errors" flag(s) 2007-03-22 22:54:00 +00:00
ftype-bytes.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-double.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-guid.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-integer.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-ipv4.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-none.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-pcre.c Remove extra element. 2007-01-18 13:13:55 +00:00
ftype-string.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-time.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-tvbuff.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftypes-int.h name change 2006-05-21 05:12:17 +00:00
ftypes.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftypes.h Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00