Change a few project options and get rid of _unused.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2036 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42
2009-10-19 10:42:36 +00:00
parent 54f1409090
commit 29e8fe94e9
14 changed files with 37 additions and 25 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ void Threading::PersistentThread::_DoSetThreadName( const wxString& name )
_DoSetThreadName( name.ToUTF8() );
}
void Threading::PersistentThread::_DoSetThreadName( __unused const char* name )
void Threading::PersistentThread::_DoSetThreadName( const char* name )
{
pxAssertMsg( IsSelf(), "Thread affinity error." ); // only allowed from our own thread, thanks.