]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add commented-out CFLAGS which can quiet the compiler a bit more
authorAlan T. DeKok <aland@freeradius.org>
Mon, 24 Feb 2025 19:56:36 +0000 (14:56 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 24 Feb 2025 19:56:36 +0000 (14:56 -0500)
Make.inc.in

index 6d5cc1c343ce49e3bd2694a889ca238c0fdad1b7..eb15b4e554c3a63decca24cdc8d8f65a02d91e4f 100644 (file)
@@ -53,6 +53,13 @@ INCLUDE              = -I. -Isrc \
                  -include src/freeradius-devel/features.h \
                  -include src/freeradius-devel/radpaths.h
 CFLAGS         = $(INCLUDE) -fno-strict-aliasing @CFLAGS@
+
+#
+#  To quiet modern compilers.  We're not going to fix warnings in the v3.2.x branch.
+#
+#CFLAGS                += -Wno-unsafe-buffer-usage -Wno-extra-semi-stmt -Wno-format -Wno-reserved-macro-identifier \
+#                 -Wno-reserved-identifier -Wno-switch-default -Wno-implicit-fallthrough
+
 CPPFLAGS       = @CPPFLAGS@
 LIBPREFIX      = @LIBPREFIX@
 EXEEXT         = @EXEEXT@