Remove warnings while compiling ML on FreeBSD (#13255)
thiagoftsm committed
Jun 29, 2022 at 16:48 UTC
22824db4121fd5d4fce7976ee1ebcc9b338a022d
1 file changed
+1
-1
Makefile.am
+1
-1
@@ -260,7 +260,7 @@ ML_FILES += \
260
$(NULL)
261
262
# Disable warnings from dlib library
263
-ml/kmeans/dlib/dlib/all/source.$(OBJEXT) : CXXFLAGS += -Wno-sign-compare -Wno-type-limits
263
+ml/kmeans/dlib/dlib/all/source.$(OBJEXT) : CXXFLAGS += -Wno-sign-compare -Wno-type-limits -Wno-aggressive-loop-optimizations
264
265
endif
266