]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/aselib.c
Add -werror option to q3map2 to make all warnings into errors
[xonotic/netradiant.git] / tools / quake3 / common / aselib.c
index 4961647e248970ba6cc218d4168451b7ba2fc3bd..bb3be0ea50b1ce99bda7178dc50e3c0b6d9a993d 100644 (file)
@@ -882,7 +882,7 @@ static void ASE_Process( void ){
                        }
                }
                else if ( s_token[0] ) {
-                       Sys_Printf( "Unknown token '%s'\n", s_token );
+                       Error( "Unknown token '%s'\n", s_token );
                }
        }