Explorar o código

Fixed Windows warnings.

Sascha Zelzer %!s(int64=12) %!d(string=hai) anos
pai
achega
bc5f205160

+ 1 - 1
Libs/PluginFramework/Testing/org.commontk.pluginfwtest/ctkPluginFrameworkTestSuite.cpp

@@ -516,7 +516,7 @@ void ctkPluginFrameworkTestSuite::frame070a()
   {
     pA->update(urk);
   }
-  catch (const ctkPluginException& pe)
+  catch (const ctkPluginException& /*pe*/)
   {
     QFAIL("framework test plug-in, update without new plug-in source :FRAME070A:FAIL");
   }

+ 1 - 1
Plugins/org.commontk.eventadmin/dispatch/ctkEASignalPublisher_p.h

@@ -27,7 +27,7 @@
 
 #include <service/event/ctkEvent.h>
 
-struct ctkEventAdminService;
+class ctkEventAdminService;
 
 class ctkEASignalPublisher : public QObject
 {