From bf63be43dc189381c64c66b73522dbf515793aaa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jul 2008 17:21:26 +0200 Subject: fix definition of SkBool, so that assigning 1 to an SkBool:1 bitfield doesn't cause a compiler warning --- atasmart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atasmart.h b/atasmart.h index 91850e3..b5e6793 100644 --- a/atasmart.h +++ b/atasmart.h @@ -29,7 +29,7 @@ extern "C" { #endif -typedef int SkBool; +typedef unsigned SkBool; #ifndef FALSE #define FALSE (0) -- cgit