git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36848 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 
 wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
 
+// wxEventLoopManual is unused in the other ports
+#if defined(__WXMSW__) || defined(__WXMAC__)
+
 // ============================================================================
 // wxEventLoopManual implementation
 // ============================================================================
     WakeUp();
 }
 
+#endif // __WXMSW__ || __WXMAC__
+