|
|
|
|
@ -1,19 +1,19 @@
|
|
|
|
|
Index: CMakeLists.txt
|
|
|
|
|
--- CMakeLists.txt.orig 2018-05-07 05:27:50.000000000 +0200
|
|
|
|
|
+++ CMakeLists.txt 2018-05-07 07:11:14.658929000 +0200
|
|
|
|
|
@@ -1050,9 +1050,9 @@
|
|
|
|
|
--- CMakeLists.txt.orig 2018-11-23 04:30:56.000000000 +0100
|
|
|
|
|
+++ CMakeLists.txt 2018-11-23 08:46:50.519630000 +0100
|
|
|
|
|
@@ -1233,9 +1233,9 @@
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
if (UNIX AND NOT LWS_WITH_ESP32)
|
|
|
|
|
- set(CMAKE_C_FLAGS "-Wall -Wsign-compare -Wignored-qualifiers -Wtype-limits -Wuninitialized -Werror ${VISIBILITY_FLAG} -Wundef ${GCOV_FLAGS} ${CMAKE_C_FLAGS}" )
|
|
|
|
|
+ set(CMAKE_C_FLAGS "${VISIBILITY_FLAG} ${GCOV_FLAGS} ${CMAKE_C_FLAGS}" )
|
|
|
|
|
- set(CMAKE_C_FLAGS "-Wall -Wsign-compare -Wignored-qualifiers -Wtype-limits -Wuninitialized -Werror ${VISIBILITY_FLAG} -Wundef ${GCOV_FLAGS} ${CMAKE_C_FLAGS} ${ASAN_FLAGS}" )
|
|
|
|
|
+ set(CMAKE_C_FLAGS "${VISIBILITY_FLAG} -Wundef ${GCOV_FLAGS} ${CMAKE_C_FLAGS} ${ASAN_FLAGS}" )
|
|
|
|
|
else()
|
|
|
|
|
- set(CMAKE_C_FLAGS "-Wall -Wsign-compare -Wignored-qualifiers -Wtype-limits -Wuninitialized -Werror ${VISIBILITY_FLAG} ${GCOV_FLAGS} ${CMAKE_C_FLAGS}" )
|
|
|
|
|
+ set(CMAKE_C_FLAGS "${VISIBILITY_FLAG} ${GCOV_FLAGS} ${CMAKE_C_FLAGS}" )
|
|
|
|
|
endif()
|
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
|
|
@@ -1916,7 +1916,7 @@
|
|
|
|
|
@@ -2136,7 +2136,7 @@
|
|
|
|
|
Description: Websockets server and client library
|
|
|
|
|
Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}
|
|
|
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ Index: CMakeLists.txt
|
|
|
|
|
Cflags: -I\${includedir}"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
@@ -1962,8 +1962,6 @@
|
|
|
|
|
@@ -2182,8 +2182,6 @@
|
|
|
|
|
FILE "${PROJECT_BINARY_DIR}/LibwebsocketsTargets.cmake")
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|