X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_P.cpp;h=279327be1c6ae12db7cdd5b56bec3868de385299;hp=a523e8980a0b7734980d623e0e0bd190a91bde1c;hb=df27e9de2a3f09aa315d1fe9fb90a3e5a5751989;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b diff --git a/check/time_lw_P.cpp b/check/time_lw_P.cpp index a523e898..279327be 100644 --- a/check/time_lw_P.cpp +++ b/check/time_lw_P.cpp @@ -23,7 +23,7 @@ #include "times.h" -static unsigned test(void) +static unsigned test() { // This is a pattern that comes up in graph theory: const unsigned n = 10; @@ -51,7 +51,7 @@ static unsigned test(void) return 0; } -unsigned time_lw_P(void) +unsigned time_lw_P() { unsigned result = 0; unsigned count = 0;