We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a513b54 commit ef77810Copy full SHA for ef77810
CMakeLists.txt
@@ -21,6 +21,10 @@ if (OPENSSL_FOUND)
21
include_directories(${OPENSSL_INCLUDE_DIR})
22
endif()
23
24
+if (${CMAKE_CXX_COMPILER_ID} MATCHES GNU)
25
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
26
+endif()
27
+
28
if (Boost_FOUND)
29
if (MSVC)
30
add_definitions(-D_SCL_SECURE_NO_WARNINGS)
boost/network/support/is_udp.hpp
@@ -24,4 +24,5 @@ namespace boost { namespace network {
} // namespace boost
-#endif // BOOST_NETWORK_SUPPORT_IS_UDP_HPP_20100622
+#endif // BOOST_NETWORK_SUPPORT_IS_UDP_HPP_20100622
0 commit comments