diff options
author | Christian Hopps <chopps@labn.net> | 2023-10-16 12:26:34 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2023-12-28 18:52:57 +0100 |
commit | f3d6edc7eefb034e581dbe4a481ba494db7dbd64 (patch) | |
tree | 4406c42a2a7bbee73914d5ca4f69166fe7c86c39 /configure.ac | |
parent | tests: add debugs and count in static_simple test (diff) | |
download | frr-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.ac | 1 |
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]) |