]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/threads.c
Add -werror option to q3map2 to make all warnings into errors
[xonotic/netradiant.git] / tools / quake3 / common / threads.c
index fd38ef9f9c70cfb13098aa7119daf99e372a3f3c..0fb78ac4bd5963251b6c9a165fd38bdc2403c1f6 100644 (file)
@@ -61,7 +61,7 @@ int GetThreadWork( void ){
 
        f = 40 * dispatch / workcount;
        if ( f < oldf ) {
-               Sys_Printf( "warning: progress went backwards (should never happen)\n" );
+               Sys_FPrintf( SYS_WRN, "WARNING: progress went backwards (should never happen)\n" );
                oldf = f;
        }
        while ( f > oldf )