Wireshark-commits: [Wireshark-commits] rev 52673: /trunk/ui/qt/ /trunk/ui/qt/: Makefile.am

Date: Fri, 18 Oct 2013 16:56:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52673

User: morriss
Date: 2013/10/18 04:56 PM

Log:
 Add AM_CLEAN_CFLAGS (-Werror) to AM_CPPFLAGS so we get notified of warnings in
 the C++ stuff.
 
 ui/qt/CMakeLists.txt adds -Wno-shorten-64-to-32 on 64-bit systems but it
 doesn't seem necessary on Fedora 18 (64-bit).  Leaving it out for now--let's
 see what others say...

Directory: /trunk/ui/qt/
  Changes    Path           Action
  +2 -1      Makefile.am    Modified