Worked around minor gcc 3.3.2 -O3 compiler bug.

This commit is contained in:
crs 2004-09-27 21:23:47 +00:00
parent c51c748a17
commit e7ae6831cf
1 changed files with 2 additions and 0 deletions

View File

@ -828,4 +828,6 @@ CArchMultithreadPosix::threadSignalHandler(void*)
break; break;
} }
} }
return NULL;
} }