From 6ea319bd567743546bb77c6440ddb80d9a63b3cb Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 29 Sep 2015 12:35:18 -0700 Subject: fix C99 non compliance --- test/RANLIB/RANLIBFLAGS.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/RANLIB/RANLIBFLAGS.py b/test/RANLIB/RANLIBFLAGS.py index 636059b..86e5283 100644 --- a/test/RANLIB/RANLIBFLAGS.py +++ b/test/RANLIB/RANLIBFLAGS.py @@ -82,6 +82,10 @@ library_function(void) test.write('main.c', r""" #include +void +library_function(void); + + int main(int argc, char *argv[]) { -- cgit v0.12