comparison test/call_suite_aggrs/main.c @ 633:316c9d6f94a9

- removed superflous arg from 2 calls, fixing a warning
author Tassilo Philipp
date Sun, 20 Nov 2022 18:04:08 +0100
parents 57ad31f924bb
children e3441521ad6b
comparison
equal deleted inserted replaced
632:ed19b429a152 633:316c9d6f94a9
260 /* free all DCaggrs created on the fly (backwards b/c they are interdependency-ordered */ 260 /* free all DCaggrs created on the fly (backwards b/c they are interdependency-ordered */
261 for(i=G_naggs-1; i>=0; --i) 261 for(i=G_naggs-1; i>=0; --i)
262 dcFreeAggr(((DCaggr*(*)())G_agg_touchAfuncs[i])()); 262 dcFreeAggr(((DCaggr*(*)())G_agg_touchAfuncs[i])());
263 263
264 dcFree(G_callvm); 264 dcFree(G_callvm);
265 deinit_test_data(G_maxargs); 265 deinit_test_data();
266 266
267 printf("result: call_suite_aggrs: %d\n", r); 267 printf("result: call_suite_aggrs: %d\n", r);
268 268
269 dcTest_deInitPlatform(); 269 dcTest_deInitPlatform();
270 270