Skip to content

Commit

Permalink
OS X|CMake: Disable warning about inconsistent usage of 'override'
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 13, 2015
1 parent bc75e39 commit 090e6f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/cmake/PlatformMacx.cmake
Expand Up @@ -26,6 +26,8 @@ add_definitions (
-DDENG_BASE_DIR="${CMAKE_INSTALL_PREFIX}/${DENG_INSTALL_DATA_DIR}"
)

append_unique (CMAKE_CXX_FLAGS "-Wno-inconsistent-missing-override") # too many warnings from Qt

set (DENG_FIXED_ASM_DEFAULT OFF)

macro (link_framework target linkType fw)
Expand Down

0 comments on commit 090e6f4

Please sign in to comment.