]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/thread.cpp
use const for xpm icons
[wxWidgets.git] / src / mac / carbon / thread.cpp
index cacf2e5e35a0d7fe168da6e4f49c278319ed1cbd..2137fcfff3e058ba6810e3d81866e7ce313d95e1 100644 (file)
@@ -430,7 +430,7 @@ private:
     bool m_isOk ;
 };
 
     bool m_isOk ;
 };
 
-wxMutexInternal::wxMutexInternal( wxMutexType mutexType )
+wxMutexInternal::wxMutexInternal( wxMutexType WXUNUSED(mutexType) )
 {
     m_isOk = false;
     m_critRegion = kInvalidID;
 {
     m_isOk = false;
     m_critRegion = kInvalidID;
@@ -1278,7 +1278,7 @@ unsigned long wxThread::GetCurrentId()
     return (unsigned long)MPCurrentTaskID();
 }
 
     return (unsigned long)MPCurrentTaskID();
 }
 
-bool wxThread::SetConcurrency( size_t level )
+bool wxThread::SetConcurrency( size_t WXUNUSED(level) )
 {
     // Cannot be set in MacOS.
     return false;
 {
     // Cannot be set in MacOS.
     return false;