Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
kep-1366 removed a build time warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rnistuk authored and rnistuk committed May 6, 2019
1 parent 8044894 commit 48eea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -35,7 +35,7 @@ add_definitions(-DBOOST_ERROR_CODE_HEADER_ONLY)

set(warnings "-Wno-deprecated-declarations -Wall -Wextra -Wpedantic")
if (APPLE)
set(warnings "${warnings} -Werror-Wno-extended-offsetof")
set(warnings "${warnings} -Werror=extended-offsetof")
endif(APPLE)

set(CMAKE_CXX_FLAGS ${warnings})
Expand Down

0 comments on commit 48eea45

Please sign in to comment.