mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
![Chris Peterson](/assets/img/avatar_default.png)
xpcom/glue/PLDHashTable.cpp:471:10 [-Wunreachable-code-return] 'return' will never be executed xpcom/tests/TestAutoPtr.cpp:324:9 [-Wunreachable-code] code will never be executed xpcom/tests/TestBlockingProcess.cpp:6:11 [-Wunreachable-code-return] 'return' will never be executed
7 lines
86 B
C++
7 lines
86 B
C++
#include <prthread.h>
|
|
|
|
int main()
|
|
{
|
|
while(1) PR_Sleep(PR_SecondsToInterval(10));
|
|
}
|