summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-10-24 11:29:11 +0100
committerPhilip Withnall <withnall@endlessm.com>2017-10-26 12:25:22 +0100
commit3a3af3d2d3163735eefe54b52edda16972418cd5 (patch)
tree630de40a68628261ab0fe5b02a70e18f608a23d3 /m4macros
parent7641aedd5bd70f1cff8e0bab02be57d58b625c20 (diff)
downloadglib-3a3af3d2d3163735eefe54b52edda16972418cd5.tar.gz
build: Fix -Wstrict-prototypes warning in glib-2.0.m4
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=705331
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/glib-2.0.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/glib-2.0.m4 b/m4macros/glib-2.0.m4
index d8f03d420..23f6993ba 100644
--- a/m4macros/glib-2.0.m4
+++ b/m4macros/glib-2.0.m4
@@ -90,7 +90,7 @@ dnl
#include <stdlib.h>
int
-main ()
+main (void)
{
unsigned int major, minor, micro;