diff tools/fontconv.c @ 867:56e12109b936

Portability warning fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Jan 2015 03:49:56 +0200
parents daebbf28953d
children 9d874c1c4a58
line wrap: on
line diff
--- a/tools/fontconv.c	Thu Jan 08 03:41:35 2015 +0200
+++ b/tools/fontconv.c	Thu Jan 08 03:49:56 2015 +0200
@@ -83,7 +83,7 @@
 
         case 4:
             {
-                int colR, colG, colB, colA = 100;
+                unsigned int colR, colG, colB, colA = 100;
                 if (optArg[0] == '#' || optArg[0] == '$') optArg++;
                 else
                 if (optArg[0] == '0' && optArg[1] == 'x') optArg += 2;