Skip to content

Commit

Permalink
Fixes new MacOS build process (suppresses unused cli parameters)
Browse files Browse the repository at this point in the history
  • Loading branch information
FiniteSingularity committed Jan 27, 2024
1 parent 85a43cd commit 7166a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ObsPluginHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ if(OS_POSIX)
-Wunused-parameter
-Wno-unused-function
-Wno-missing-field-initializers
-Wno-unused-command-line-argument
-fno-strict-aliasing
"$<$<COMPILE_LANGUAGE:C>:-Werror-implicit-function-declaration;-Wno-missing-braces>"
"$<$<COMPILE_LANG_AND_ID:C,AppleClang,Clang>:-Wnull-conversion;-Wno-error=shorten-64-to-32;-fcolor-diagnostics>"
Expand Down

0 comments on commit 7166a91

Please sign in to comment.