Module: xenomai-3 Branch: next Commit: 8393d531d4af8385872b639c663013643e5a0853 URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=8393d531d4af8385872b639c663013643e5a0853
Author: Philippe Gerum <[email protected]> Date: Sat Mar 10 10:51:58 2018 +0100 testsuite/smokey: allow non-literal format (-Wformat-security) --- testsuite/smokey/dlopen/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/smokey/dlopen/Makefile.am b/testsuite/smokey/dlopen/Makefile.am index 56e16b5..70390e5 100644 --- a/testsuite/smokey/dlopen/Makefile.am +++ b/testsuite/smokey/dlopen/Makefile.am @@ -43,6 +43,7 @@ dlopentest_SOURCES = dlopentest.c dlopentest_CPPFLAGS = \ @XENO_USER_CFLAGS@ \ + -Wno-format-security \ -DXENO_TEST_DIR='"$(XENO_TEST_DIR)"' \ -I$(top_srcdir)/include _______________________________________________ Xenomai-git mailing list [email protected] https://xenomai.org/mailman/listinfo/xenomai-git
