common : cont

ggml-ci
This commit is contained in:
Georgi Gerganov 2025-01-12 16:19:18 +02:00
parent 10eb87409e
commit a59ee7c4eb
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 4 additions and 4 deletions

View file

@ -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()