mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
ipc: do NOT build with -Wno-write-strings
It is evil, and can make real bugs.
This commit is contained in:
parent
2e7c83c126
commit
da90892774
@ -36,7 +36,7 @@ set(client_ipc_sources
|
|||||||
wap_proto.c)
|
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 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(server_ipc_headers)
|
||||||
set(client_ipc_headers)
|
set(client_ipc_headers)
|
||||||
|
Loading…
Reference in New Issue
Block a user