mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
shut up clang
This commit is contained in:
parent
7c45739c40
commit
67982ff810
|
@ -52,4 +52,5 @@ set_target_properties(${liblua} PROPERTIES
|
|||
CXX_STANDARD 98
|
||||
CXX_EXTENSIONS TRUE
|
||||
)
|
||||
target_compile_options(lua PRIVATE -w) # this makes clang shut up about c-as-c++
|
||||
set_source_files_properties(${LUA_SRC} PROPERTIES LANGUAGE CXX)
|
||||
|
|
Loading…
Reference in a new issue