Skip to content

Commit

Permalink
disable -Wcast-qual for hello_fft
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-foxtrot committed Feb 4, 2024
1 parent 69489bd commit 2bc78d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hello_fft/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ target_include_directories(hello_fft PUBLIC
"${CMAKE_CURRENT_BINARY_DIR}/.." # needed for config.h
${BCM_VC_INCLUDE_DIRS}
)

# disable -Wcast-qual for this folder
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-cast-qual")

0 comments on commit 2bc78d9

Please sign in to comment.