Fixed warnings.
authorArmin Novak <armin.novak@thincast.com>
Wed, 10 Aug 2016 10:42:57 +0000 (12:42 +0200)
committerArmin Novak <armin.novak@thincast.com>
Thu, 6 Oct 2016 11:43:10 +0000 (13:43 +0200)
winpr/libwinpr/utils/test/TestStream.c
winpr/libwinpr/utils/test/TestWLogCallback.c

index 6063cde..e9ba77f 100644 (file)
@@ -145,7 +145,7 @@ fail:
 
 static BOOL TestStream_Extent(UINT32 maxSize)
 {
-       int i;
+       UINT32 i;
        wStream *s = NULL;
        BOOL result = FALSE;
 
index 2533005..e41c11c 100644 (file)
@@ -6,7 +6,7 @@
 
 typedef struct 
 {
-       int level;
+       UINT32 level;
        char *msg;
        char *channel;
 } test_t;