From 73ae7a9ca0b9f2bbf4a6800ed8e9aa9bbd99d597 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Tue, 8 Oct 2013 12:04:42 +0200 Subject: tests: Fix warnings This fixes warnings that are raised by missing includes, missing casts, missing return statements, using printf %lu with uint64_t, and unused symbols. --- tests/smscb/smscb_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/smscb') diff --git a/tests/smscb/smscb_test.c b/tests/smscb/smscb_test.c index e10e12d8..5925f69b 100644 --- a/tests/smscb/smscb_test.c +++ b/tests/smscb/smscb_test.c @@ -21,6 +21,7 @@ #include #include +#include static uint8_t smscb_msg[] = { 0x40, 0x10, 0x05, 0x0d, 0x01, 0x11 }; -- cgit v1.2.3