X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_B.cpp;h=a2794dc64fe911640bbad7e55221c57ce88fa040;hp=cb92efcc7a2096c8565b064532f8a61a349b7255;hb=b3283b8904fbc9617cb6293791c7a653e255ebbe;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b diff --git a/check/time_lw_B.cpp b/check/time_lw_B.cpp index cb92efcc..a2794dc6 100644 --- a/check/time_lw_B.cpp +++ b/check/time_lw_B.cpp @@ -23,7 +23,7 @@ #include "times.h" -static unsigned test(void) +static unsigned test() { numeric s; @@ -37,7 +37,7 @@ static unsigned test(void) return 0; } -unsigned time_lw_B(void) +unsigned time_lw_B() { unsigned result = 0; unsigned count = 0;