X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Ftime_lw_C.cpp;h=2f61a05e54b9046deb8768bae03fe7059bf688c7;hb=e448ebb4a6e9422b168ac4288cb65cb3a633698d;hp=70960ad91bcf7d7468c6d093eeb8e60ef2987c75;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b;p=ginac.git 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;