[READ-ONLY] Mirror of https://github.com/VibeDevelopers/atheme. Modified fork of atheme IRC Services www.vibetalk.net/
0

Configure Feed

Select the types of activity you want to include in your feed.

m4/atheme-featuretest-warnings.m4: disable two more pointless C++ diagnostics This is not a C++ codebase.

TwinUsers (Jun 28, 2026, 11:09 AM +0100) 6ecdfcf0 80da6a0e

+102
+100
configure
··· 22239 22239 22240 22240 22241 22241 22242 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler flag(s) -Wno-c++-keyword " >&5 22243 + $as_echo_n "checking for C compiler flag(s) -Wno-c++-keyword ... " >&6; } 22244 + 22245 + CFLAGS_SAVED="${CFLAGS:-}" 22246 + CFLAGS="${CFLAGS:-}${CFLAGS:+ }-Wno-c++-keyword" 22247 + 22248 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 22249 + /* end confdefs.h. */ 22250 + 22251 + 22252 + #ifdef HAVE_STDDEF_H 22253 + # include <stddef.h> 22254 + #endif 22255 + static int 22256 + return_zero(void) 22257 + { 22258 + return 0; 22259 + } 22260 + 22261 + int 22262 + main () 22263 + { 22264 + 22265 + int zero = return_zero(); 22266 + 22267 + ; 22268 + return 0; 22269 + } 22270 + 22271 + _ACEOF 22272 + if ac_fn_c_try_compile "$LINENO"; then : 22273 + 22274 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 22275 + $as_echo "yes" >&6; } 22276 + ATHEME_TEST_CC_FLAGS_RESULT="yes" 22277 + 22278 + else 22279 + 22280 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 22281 + $as_echo "no" >&6; } 22282 + ATHEME_TEST_CC_FLAGS_RESULT="no" 22283 + CFLAGS="${CFLAGS_SAVED}" 22284 + 22285 + fi 22286 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22287 + 22288 + unset CFLAGS_SAVED 22289 + 22290 + 22291 + 22242 22292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler flag(s) -Wno-conversion " >&5 22243 22293 $as_echo_n "checking for C compiler flag(s) -Wno-conversion ... " >&6; } 22244 22294 ··· 22594 22644 22595 22645 CFLAGS_SAVED="${CFLAGS:-}" 22596 22646 CFLAGS="${CFLAGS:-}${CFLAGS:+ }-Wno-format-zero-length" 22647 + 22648 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 22649 + /* end confdefs.h. */ 22650 + 22651 + 22652 + #ifdef HAVE_STDDEF_H 22653 + # include <stddef.h> 22654 + #endif 22655 + static int 22656 + return_zero(void) 22657 + { 22658 + return 0; 22659 + } 22660 + 22661 + int 22662 + main () 22663 + { 22664 + 22665 + int zero = return_zero(); 22666 + 22667 + ; 22668 + return 0; 22669 + } 22670 + 22671 + _ACEOF 22672 + if ac_fn_c_try_compile "$LINENO"; then : 22673 + 22674 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 22675 + $as_echo "yes" >&6; } 22676 + ATHEME_TEST_CC_FLAGS_RESULT="yes" 22677 + 22678 + else 22679 + 22680 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 22681 + $as_echo "no" >&6; } 22682 + ATHEME_TEST_CC_FLAGS_RESULT="no" 22683 + CFLAGS="${CFLAGS_SAVED}" 22684 + 22685 + fi 22686 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 22687 + 22688 + unset CFLAGS_SAVED 22689 + 22690 + 22691 + 22692 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler flag(s) -Wno-implicit-void-ptr-cast " >&5 22693 + $as_echo_n "checking for C compiler flag(s) -Wno-implicit-void-ptr-cast ... " >&6; } 22694 + 22695 + CFLAGS_SAVED="${CFLAGS:-}" 22696 + CFLAGS="${CFLAGS:-}${CFLAGS:+ }-Wno-implicit-void-ptr-cast" 22597 22697 22598 22698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 22599 22699 /* end confdefs.h. */
+2
m4/atheme-featuretest-warnings.m4
··· 81 81 ATHEME_TEST_CC_FLAGS([-Wwrite-strings]) 82 82 ]) 83 83 84 + ATHEME_TEST_CC_FLAGS([-Wno-c++-keyword]) 84 85 ATHEME_TEST_CC_FLAGS([-Wno-conversion]) 85 86 ATHEME_TEST_CC_FLAGS([-Wno-declaration-after-statement]) 86 87 ATHEME_TEST_CC_FLAGS([-Wno-disabled-macro-expansion]) ··· 89 90 ATHEME_TEST_CC_FLAGS([-Wno-extra-semi-stmt]) 90 91 ATHEME_TEST_CC_FLAGS([-Wno-format-pedantic]) 91 92 ATHEME_TEST_CC_FLAGS([-Wno-format-zero-length]) 93 + ATHEME_TEST_CC_FLAGS([-Wno-implicit-void-ptr-cast]) 92 94 ATHEME_TEST_CC_FLAGS([-Wno-packed]) 93 95 ATHEME_TEST_CC_FLAGS([-Wno-padded]) 94 96 ATHEME_TEST_CC_FLAGS([-Wno-pedantic])