Skip to content

Commit

Permalink
feat: v0.14.6, -Wno-format
Browse files Browse the repository at this point in the history
  • Loading branch information
espressif2022 committed Aug 20, 2024
1 parent f9974df commit 41d8a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thorvg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ld = '${ld_path}'
strip = '${srtip_path}'
[built-in options]
cpp_args = ['-D_GNU_SOURCE','-D__linux__','-O1',${MESON_CXX_FLAGS}]
cpp_args = ['-D_GNU_SOURCE','-D__linux__','-Wno-format','-O1',${MESON_CXX_FLAGS}]
")

if(NOT MESON_LINKER_FLAGS STREQUAL "''")
Expand Down

0 comments on commit 41d8a08

Please sign in to comment.