Wireshark-commits: [Wireshark-commits] rev 54086: /trunk/ /trunk/: configure.ac
Date: Sat, 14 Dec 2013 10:43:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54086

User: darkjames
Date: 2013/12/14 10:43 AM

Log:
 Allow -Wmissing-prototypes only for C
 
 It should fix:
 	cc1plus: warning: command line option `-Wmissing-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default]
 
 (only g++ complains, clang is OK with -Wmissing-prototypes)

Directory: /trunk/
  Changes    Path            Action
  +1 -1      configure.ac    Modified