Skip to content

build: Set -Wformat when testing for -Wformat-security

Philip Withnall requested to merge pwithnall/glib:656-format-security into master

gcc errors out if you use -Wformat-security on its own without -Wformat, rendering the test for whether -Wformat-security is supported useless.

Signed-off-by: Philip Withnall withnall@endlessm.com

#656 (closed)

Closes #656 (closed)

Merge request reports