]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/gsockgtk.cpp
use -Wunused-parameter with gcc for consistency with MSVC and other compilers which...
[wxWidgets.git] / src / gtk / gsockgtk.cpp
index c8f1d5c8f6cc60516e76945672b86008453aa83b..b38c4d775923338801ea3e48bca07701d3ee732d 100644 (file)
@@ -25,7 +25,7 @@
 extern "C" {
 static
 void _GSocket_GDK_Input(gpointer data,
-                        gint source,
+                        gint WXUNUSED(source),
                         GdkInputCondition condition)
 {
   GSocket *socket = (GSocket *)data;