X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_N.cpp;h=f55d56bb6eea776e77ff95b146ca8332e2fb2e90;hp=81d32b0496ddc52c1f9c9ef663331a6f7b46c3ae;hb=b3283b8904fbc9617cb6293791c7a653e255ebbe;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b diff --git a/check/time_lw_N.cpp b/check/time_lw_N.cpp index 81d32b04..f55d56bb 100644 --- a/check/time_lw_N.cpp +++ b/check/time_lw_N.cpp @@ -26,7 +26,7 @@ static const bool do_test = false; // set to true in order to run this beast -static unsigned test(void) +static unsigned test() { symbol p11("p11"), p12("p12"), p21("p21"), p22("p22"); symbol a12("a12"), a21("a21"), a22("a22"); @@ -52,7 +52,7 @@ static unsigned test(void) return 0; } -unsigned time_lw_N(void) +unsigned time_lw_N() { unsigned result = 0; unsigned count = 0;