X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Ftesting.h;h=5cf69559210726c84a6d69c61c9aa9dbf3c5b468;hp=fed761955df961b5c99c20d2cc042edf44d4b0ed;hb=ec51ddee94fa2ba1e01fe0e336ccc9c190a198ff;hpb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c diff --git a/src/testing.h b/src/testing.h index fed76195..5cf69559 100644 --- a/src/testing.h +++ b/src/testing.h @@ -29,8 +29,8 @@ #include -static int fail_count__ = 0; -static int check_count__ = 0; +static int fail_count__; +static int check_count__; #ifndef DBL_PRECISION #define DBL_PRECISION 1e-12 @@ -56,7 +56,7 @@ static int check_count__ = 0; #define OK1(cond, text) \ do { \ - bool result = (cond); \ + bool result = (cond); \ LOG(result, text); \ if (!result) { \ return -1; \