Skip to content

meson.build: drop -Werror=empty-body

Fabrice Fontaine requested to merge (removed):main into main

Drop -Werror=empty-body to avoid the following build failure raised since version 1.50.5 and cd08fb74:

../utils/viewer-cairo.c: In function 'cairo_vector_view_create':
../utils/viewer-cairo.c:228:5: error: suggest braces around empty body in an 'if' statement [-Werror=empty-body]
     ;
     ^

Fixes:

Merge request reports