Parcourir la source

[trac495] remove now unused if gcc -Wno-unused

previous commit changed the methods that had unused parameters (rather than disabling the check in multiple places)
Jelte Jansen il y a 14 ans
Parent
commit
cb13c22e8b
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      src/lib/asiolink/Makefile.am

+ 0 - 3
src/lib/asiolink/Makefile.am

@@ -37,9 +37,6 @@ libasiolink_la_SOURCES += udp_socket.h
 # Note: the ordering matters: -Wno-... must follow -Wextra (defined in
 # B10_CXXFLAGS)
 libasiolink_la_CXXFLAGS = $(AM_CXXFLAGS)
-if USE_GXX
-#libasiolink_la_CXXFLAGS += -Wno-unused-parameter
-endif
 if USE_CLANGPP
 # Same for clang++, but we need to turn off -Werror completely.
 libasiolink_la_CXXFLAGS += -Wno-error