Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 48d339c20ef25c33c012b8702d0224b3 > files > 1

cura-networking-0.0.2-1.fc16.1.src.rpm

diff -up cura-networking-0.0.2/CMakeLists.txt.disable-Wmaybe-uninitialized cura-networking-0.0.2/CMakeLists.txt
--- cura-networking-0.0.2/CMakeLists.txt.disable-Wmaybe-uninitialized	2012-08-06 13:26:42.156701797 +0200
+++ cura-networking-0.0.2/CMakeLists.txt	2012-08-06 13:26:52.341962485 +0200
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6)
 
 # Set flags and definitions
 add_definitions(-D_XOPEN_SOURCE=500 -D_GNU_SOURCE)
-set(CMAKE_C_FLAGS "-std=c99 -Wall -pedantic -g -Wextra -Wno-unused-parameter -Wformat -Wparentheses -Wmaybe-uninitialized")
+set(CMAKE_C_FLAGS "-std=c99 -Wall -pedantic -g -Wextra -Wno-unused-parameter -Wformat -Wparentheses")
 
 # Set LIB_SUFFIX to 64 on 64bit architectures
 if(CMAKE_SIZEOF_VOID_P EQUAL 4)