[Core] Fix more C99 compliance issues (#118)

This commit is contained in:
FintasticMan 2024-12-30 01:09:14 +01:00 committed by GitHub
parent c24a41b9e4
commit c13eef1c1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 463 additions and 467 deletions

View file

@ -8,7 +8,7 @@ target_compile_options(clay_examples_cairo_pdf_rendering PUBLIC)
target_include_directories(clay_examples_cairo_pdf_rendering PUBLIC .)
target_link_libraries(clay_examples_cairo_pdf_rendering PUBLIC cairo)
set(CMAKE_CXX_FLAGS_DEBUG "-Wall -Werror")
set(CMAKE_CXX_FLAGS_DEBUG "-Wall -Werror -Wno-error=missing-braces")
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
add_custom_command(