X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_C.cpp;h=2f61a05e54b9046deb8768bae03fe7059bf688c7;hp=70960ad91bcf7d7468c6d093eeb8e60ef2987c75;hb=c1285bb62f3a86454ca26260cf8b4352238a1fc5;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b diff --git a/check/time_lw_C.cpp b/check/time_lw_C.cpp index 70960ad9..2f61a05e 100644 --- a/check/time_lw_C.cpp +++ b/check/time_lw_C.cpp @@ -23,7 +23,7 @@ #include "times.h" -static unsigned test(void) +static unsigned test() { numeric x(13*17*31); numeric y(13*19*29); @@ -41,7 +41,7 @@ static unsigned test(void) return 0; } -unsigned time_lw_C(void) +unsigned time_lw_C() { unsigned result = 0; unsigned count = 0;