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

build: Silence unwanted warnings

parent 5cf6b178
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -52,6 +52,8 @@ AX_COMPILER_FLAGS([], [], [], [], [ \ ...@@ -52,6 +52,8 @@ AX_COMPILER_FLAGS([], [], [], [], [ \
-Wno-pointer-arith \ -Wno-pointer-arith \
-Wno-declaration-after-statement \ -Wno-declaration-after-statement \
]) ])
WARN_CFLAGS=$(echo "$WARN_CFLAGS" | sed -Ee 's,-W(error=)?declaration-after-statement,,')
WARN_CFLAGS=$(echo "$WARN_CFLAGS" | sed -Ee 's,-W(error=)?pointer-arith,,')
AC_CHECK_FUNCS_ONCE([secure_getenv]) AC_CHECK_FUNCS_ONCE([secure_getenv])
......
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