mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-13 06:38:48 +02:00
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
6 lines
86 B
C++
6 lines
86 B
C++
#include <prthread.h>
|
|
|
|
int main()
|
|
{
|
|
while(1) PR_Sleep(PR_SecondsToInterval(10));
|
|
}
|