Reviewed by Alp Toker.
* WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
2007-11-20 Mark Rowe <mrowe@apple.com>
Reviewed by Alp Toker.
* config.h: Change #if to #ifdef to silence warnings on non-Apple platforms.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27928
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-20 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Alp Toker.
+
+ * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
+
2007-11-20 Alp Toker <alp@atoker.com>
Reviewed by Simon Hausmann.
+2007-11-20 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Alp Toker.
+
+ * config.h: Change #if to #ifdef to silence warnings on non-Apple platforms.
+
2007-11-20 Simon Hausmann <hausmann@kde.org>
Reviewed by Adam Treat <treat@kde.org>.
#define MOBILE 0
-#if __APPLE__
+#ifdef __APPLE__
#define HAVE_FUNC_USLEEP 1
#endif /* __APPLE__ */
QMAKE_LIBS += $$system(icu-config --ldflags)
# This set of warnings is borrowed from the Mac build
- QMAKE_CXXFLAGS += -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wundef
+ QMAKE_CXXFLAGS += -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -Wundef
}
DEFINES += USE_SYSTEM_MALLOC