fixes for ClockService::clock_type -> RestrictedInt change introduced by last commit
[senf.git] / senf / Utils / IpChecksum.test.cc
index 7f3a56b..ace46cc 100644 (file)
@@ -42,7 +42,7 @@
 
 SENF_AUTO_UNIT_TEST(ipChecksum)
 {
-    char data[] = { 0x45, 0x00, 0x00, 0x28, 0x49, 0x44, 0x40, 0x00,
+    unsigned char data[] = { 0x45, 0x00, 0x00, 0x28, 0x49, 0x44, 0x40, 0x00,
                     0x40, 0x06, 0x00, 0x00, 0x0a, 0xc1, 0x01, 0x06,
                     0xc2, 0x9f, 0xa4, 0xc3 };