]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_exec.c
fix all the () problems, and make gcc warn for them
[xonotic/darkplaces.git] / prvm_exec.c
index 55a91d92d9438d148fe6312b951aa5181bfd7a86..af50433f66c17ab2baf658110a3bf37cd9606b3b 100644 (file)
@@ -297,7 +297,7 @@ void PRVM_ShortStackTrace(char *buf, size_t bufsize)
 }
 
 
-void PRVM_CallProfile ()
+void PRVM_CallProfile (void)
 {
        mfunction_t *f, *best;
        int i;
@@ -424,7 +424,7 @@ void PRVM_Profile_f (void)
        PRVM_End;
 }
 
-void PRVM_CrashAll()
+void PRVM_CrashAll(void)
 {
        int i;
        prvm_prog_t *oldprog = prog;