diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 15:13:59 -0600 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 15:13:59 -0600 |
commit | c93c638199e37fbab57de6c2fbe0028f0345da4d (patch) | |
tree | 1edf5f070eb5d61ab27ab9527ada09938b4d0817 /src | |
parent | Merge pull request #4902 (diff) | |
parent | Remove -Werror (diff) | |
download | monero-c93c638199e37fbab57de6c2fbe0028f0345da4d.tar.xz |
Merge pull request #4864
707c2f8 Remove -Werror (moneromooo-monero)
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6ee7effdd..a0b62da77 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -34,11 +34,6 @@ if (WIN32 OR STATIC) add_definitions(-DMINIUPNP_STATICLIB) endif () -# warnings are cleared only for GCC on Linux -if (NOT (MINGW OR APPLE OR FREEBSD OR OPENBSD OR DRAGONFLY)) - add_compile_options("${WARNINGS_AS_ERRORS_FLAG}") # applies only to targets that follow -endif() - function (monero_private_headers group) source_group("${group}\\Private" FILES |