mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
4a9be99fc7
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));
|
|
}
|