common : cont
ggml-ci
This commit is contained in:
parent
10eb87409e
commit
a59ee7c4eb
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ function(llama_add_compile_flags)
|
|||
list(APPEND CXX_FLAGS -Wshadow)
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
list(APPEND CXX_FLAGS -Wshadow -Wshadow-field-in-constructor)
|
||||
list(APPEND CXX_FLAGS -Wshadow-field-in-constructor)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue