# HG changeset patch # User koda # Date 1370770864 -7200 # Node ID b4d8baf4669a88fbbc6db5e789bc056f2ab10a5c # Parent 2f8b60b89121b40a9cd4d31cde2c41654b835ac7 this was getting annoying, don't error out on warnings physfs diff -r 2f8b60b89121 -r b4d8baf4669a misc/libphysfs/CMakeLists.txt --- a/misc/libphysfs/CMakeLists.txt Fri Jun 07 22:12:15 2013 -0400 +++ b/misc/libphysfs/CMakeLists.txt Sun Jun 09 11:41:04 2013 +0200 @@ -60,7 +60,7 @@ # Add some gcc-specific command lines. if(CMAKE_COMPILER_IS_GNUCC) # Always build with debug symbols...you can strip it later. - add_definitions(-g -pipe -Werror -fsigned-char) + add_definitions(-g -fsigned-char) # Stupid BeOS generates warnings in the system headers. if(NOT BEOS)