src/java.base/unix/native/jspawnhelper/jspawnhelper.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47216 71c04702a3d5
--- a/src/java.base/unix/native/jspawnhelper/jspawnhelper.c	Fri Mar 02 19:10:12 2018 +0100
+++ b/src/java.base/unix/native/jspawnhelper/jspawnhelper.c	Sat Mar 03 08:21:47 2018 +0100
@@ -53,7 +53,7 @@
     exit (1);
 }
 
-void shutItDown() {
+void shutItDown(void) {
     fprintf(stdout, "This command is not for general use and should ");
     fprintf(stdout, "only be run as the result of a call to\n");
     fprintf(stdout, "ProcessBuilder.start() or Runtime.exec() in a java ");