Skip to content
Snippets Groups Projects
Commit 2594132a authored by Simon McVittie's avatar Simon McVittie
Browse files

build: Disable -Wvariadic-macros


libglnx assumes gcc/clang extensions to variadic macro syntax.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent b3c348a1
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ no_warning_cflags = [
'pedantic',
'sign-compare',
'unused-parameter',
'variadic-macros',
]
# This trips some warnings in the libglnx subproject but not in
# pressure-vessel itself
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment