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

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 36828: /trunk/ /trunk/: configure.in

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 22 Apr 2011 12:37:24 -0700
On Apr 22, 2011, at 12:31 PM, sfisher@xxxxxxxxxxxxx wrote:

> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36828
> 
> User: sfisher
> Date: 2011/04/22 12:31 PM
> 
> Log:
> Don't pass -fexcess-precision=fast to clang like we do for gcc.

A bug on the inability to get clang to reject *as an error rather than as a warning* an unknown -f flag has been filed.  (You can get it to reject unknown -W flags as errors with -Werror=unknown-warning-option.)