summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-05-04 04:03:10 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-05-04 04:03:10 -0500
commit78c02f8e88f5a315d96b65b18696ad76eff3c1d5 (patch)
tree8b80005ad898f68fc28ab2d79bcf39e88c9f67eb /include/asterisk
parent92120247e99865d97a85461b08ba763e961e6232 (diff)
parent9c3ed428759a83a2b80106e605fe43dda0569425 (diff)
Merge "Update configure.ac/Makefile for clang" into 13
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/autoconfig.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index a8293a2fe..4efff1f21 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -1307,6 +1307,14 @@
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
+/* Prevent clang array-bounds warning by not using strcmp from bits/string2.h
+ */
+#undef _HAVE_STRING_ARCH_strcmp
+
+/* Prevent clang array-bounds warning by not using strsep from bits/string2.h
+ */
+#undef _HAVE_STRING_ARCH_strsep
+
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#undef _LARGEFILE_SOURCE