ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] [PATCH] ./configure --with-warnings-as-errors

From: Sebastien Tandel <sebastien@xxxxxxxxx>
Date: Fri, 23 Mar 2007 17:32:12 +0100
Hi,

   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 ;)

Regards,
Sebastien Tandel

Attachment: configure-warnings-as-errors.diff.gz
Description: application/gzip