ipc: do NOT build with -Wno-write-strings

It is evil, and can make real bugs.
This commit is contained in:
moneromooo-monero 2015-10-31 21:07:26 +00:00
parent 2e7c83c126
commit da90892774
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

View File

@ -36,7 +36,7 @@ set(client_ipc_sources
wap_proto.c)
set_source_files_properties(${server_ipc_sources} ${client_ipc_sources} PROPERTIES LANGUAGE CXX)
set_source_files_properties(${server_ipc_sources} ${client_ipc_sources} PROPERTIES COMPILE_FLAGS "-Wno-write-strings -Wno-error -fpermissive")
set_source_files_properties(${server_ipc_sources} ${client_ipc_sources} PROPERTIES COMPILE_FLAGS "-Wno-error -fpermissive")
set(server_ipc_headers)
set(client_ipc_headers)