summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-10-16 12:26:34 +0200
committerChristian Hopps <chopps@labn.net>2023-12-28 18:52:57 +0100
commitf3d6edc7eefb034e581dbe4a481ba494db7dbd64 (patch)
tree4406c42a2a7bbee73914d5ca4f69166fe7c86c39 /configure.ac
parenttests: add debugs and count in static_simple test (diff)
downloadfrr-f3d6edc7eefb034e581dbe4a481ba494db7dbd64.tar.xz
frr-f3d6edc7eefb034e581dbe4a481ba494db7dbd64.zip
lib: darr: add new access and str functions
- darr_last(), and darr_strdup_cap(). - strcat, strdup, strlen, strnul equivs. Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 12cb4b9bb..fc3775857 100644
--- a/configure.ac
+++ b/configure.ac
@@ -379,6 +379,7 @@ else
fi
AC_C_FLAG([-Wno-unused-parameter])
AC_C_FLAG([-Wno-missing-field-initializers])
+AC_C_FLAG([-Wno-microsoft-anon-tag])
AC_C_FLAG([-Wc++-compat], [], [CXX_COMPAT_CFLAGS="-Wc++-compat"])
AC_SUBST([CXX_COMPAT_CFLAGS])