Code

Warning cleanup (including OFFSET_OF warning)
[inkscape.git] / src / extension / internal / ps-out.cpp
index 3bb6a6ff308b21471204727146b6782e3b4f8900..dc60af4dd68bf2097dacb6955450bb931e4dcbb0 100644 (file)
@@ -24,12 +24,12 @@ namespace Extension {
 namespace Internal {
 
 bool
-PsOutput::check (Inkscape::Extension::Extension * module)
+PsOutput::check( Inkscape::Extension::Extension * /*module*/ )
 {
-       if (NULL == Inkscape::Extension::db.get(SP_MODULE_KEY_PRINT_PS))
-               return FALSE;
+    if (NULL == Inkscape::Extension::db.get(SP_MODULE_KEY_PRINT_PS))
+        return FALSE;
 
-       return TRUE;
+    return TRUE;
 }
 
 /**