--- CMakeLists.txt 2023-11-23 18:25:00.000000000 +0800 +++ CMakeLists.txt 2024-08-10 06:33:20.000000000 +0800 @@ -58,7 +58,7 @@ else() add_compile_options(-Wall -W -pedantic -Wshadow -ansi -std=c99) # Do not show warnings when building this code - add_compile_options(-Wno-clobbered -Wno-format -Wno-format-security -Wno-unused-parameter -Wno-unused-variable -Wno-pedantic) + add_compile_options(-Wno-format -Wno-format-security -Wno-unused-parameter -Wno-unused-variable) endif() if(ENABLE_BCUNIT_MEMTRACE)