make sure to not call rvprof_finalize with arguments

This commit is contained in:
Patrick Lipka 2025-08-07 16:33:16 +02:00
parent 2364c82e2d
commit 758af7bf49
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ void rvprof_region_begin(const char* name);
void rvprof_region_end(const char* name);
// not called by instrumented code direclty anymore
void rvprof_finalize();
void rvprof_finalize(void);
#ifdef __cplusplus
extern }