Fix #1504 - Extra warnings OFF by default

This commit is contained in:
Gabi Melman 2020-04-03 20:37:05 +03:00 committed by GitHub
parent 58629f1fea
commit 7d2337c6eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ option(SPDLOG_BUILD_BENCH "Build benchmarks (Requires https://github.com/google/
option(SPDLOG_SANITIZE_ADDRESS "Enable address sanitizer in tests" OFF) option(SPDLOG_SANITIZE_ADDRESS "Enable address sanitizer in tests" OFF)
# warning options # warning options
option(SPDLOG_ENABLE_WARNINGS "Enable compiler warnings" ON) option(SPDLOG_ENABLE_WARNINGS "Enable compiler warnings" OFF)
# install options # install options
option(SPDLOG_INSTALL "Generate the install target" ${SPDLOG_MASTER_PROJECT}) option(SPDLOG_INSTALL "Generate the install target" ${SPDLOG_MASTER_PROJECT})