]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Clean up function signatures with (void)
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 17 Apr 2020 20:30:19 +0000 (22:30 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 17 Apr 2020 20:30:19 +0000 (22:30 +0200)
src/ccache.cpp

index 29f15a1e23d0bb9fa2c52279011760544bd4101f..44c2d0d2e765b775187514a814e3f8662ffbd7fe 100644 (file)
@@ -3252,7 +3252,7 @@ trace_init(char* path)
 }
 
 static void
-trace_start(void)
+trace_start()
 {
   MTR_META_PROCESS_NAME(MYNAME);
   trace_id = (void*)((long)getpid());
@@ -3260,7 +3260,7 @@ trace_start(void)
 }
 
 static void
-trace_stop(void)
+trace_stop()
 {
   char* trace_file = format("%s.ccache-trace", output_obj);
   MTR_FINISH("program", "ccache", trace_id);