]> git.puffer.fish Git - mirror/frr.git/commitdiff
build: disable warning for m$ extension use
authorChristian Hopps <chopps@labn.net>
Thu, 6 Jul 2023 21:41:40 +0000 (17:41 -0400)
committerChristian Hopps <chopps@labn.net>
Thu, 6 Jul 2023 22:07:47 +0000 (18:07 -0400)
This is adding a "disable warning" to ccls convenience config.

Signed-off-by: Christian Hopps <chopps@labn.net>
configure.ac

index 47ee44a7dfc0054e487100d1468a4062abac3b5b..6d0ffc7adfccaf98fb052111d8e42d9897ea1044 100644 (file)
@@ -2848,6 +2848,7 @@ EOF
             cat >> "${srcdir}/.ccls" <<EOF
 %c $(echo ${FRR_ALL_CCLS_CFLAGS} | sed -e 's/  */\n%c /g')
 %c -Wno-unused-function
+%c -Wno-microsoft
 EOF
 fi
     ], [