CVS commit by pmk: Silence warnings about hiding virtual functions get() and put(), since we're doing it legitimately here M +1 -1 Makefile.am 1.37 --- kdelibs/khtml/ecma/Makefile.am #1.36:1.37 @@ -19,5 +19,5 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kio -I$(top_srcdir)/khtml -I$(top_srcdir)/khtml/java $(all_includes) -KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(WOVERLOADED_VIRTUAL) +KDE_CXXFLAGS = $(USE_EXCEPTIONS) noinst_LTLIBRARIES = libkjs_html.la