]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/trilib.c
Remove -Wno-sign-compare
[xonotic/netradiant.git] / tools / quake3 / common / trilib.c
index 8b063b0f5c3876fe6b4d25d8a8514223824ff57f..d3ec168a18a931ec1f309ba20c7e9e1d72907662 100644 (file)
@@ -61,7 +61,7 @@ typedef struct {
 
 
 static void ByteSwapTri( tf_triangle *tri ){
 
 
 static void ByteSwapTri( tf_triangle *tri ){
-       int i;
+       unsigned int i;
 
        for ( i = 0 ; i < sizeof( tf_triangle ) / 4 ; i++ )
        {
 
        for ( i = 0 ; i < sizeof( tf_triangle ) / 4 ; i++ )
        {