Skip to content

Commit

Permalink
FluidLite: Suspend Clang warning
Browse files Browse the repository at this point in the history
By fun fact, unnoticedly inherited from Perl by FluidLite's developer:
Perl/perl5#18780
  • Loading branch information
Wohlstand committed Aug 17, 2023
1 parent 5908135 commit f4f4b85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FluidLite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if(NOT MSVC)
ac_disable_c_warning_flag("implicit-fallthrough" IMPLICIT_FALLTHROUGH)
ac_disable_c_warning_flag("unused-but-set-variable" UNUSED_BUT_SET_VARIABLE)
ac_disable_c_warning_flag("pointer-to-int-cast" POINTER_TO_INT_CAST)
ac_disable_c_warning_flag("compound-token-split-by-macro" COMPOUND_TOKEN_SPLIT_BY_MACRO)
endif()

list(APPEND HEADERS
Expand Down

0 comments on commit f4f4b85

Please sign in to comment.