From d1f3c8531516ea2b01cb16fb6854ad9593916ac4 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sat, 24 May 2014 22:51:01 +0000 Subject: . Fix the build with clang. --- graphics/grads/files/patch-src_gabufr.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 graphics/grads/files/patch-src_gabufr.c (limited to 'graphics/grads/files/patch-src_gabufr.c') diff --git a/graphics/grads/files/patch-src_gabufr.c b/graphics/grads/files/patch-src_gabufr.c new file mode 100644 index 000000000000..a9573a7d52f7 --- /dev/null +++ b/graphics/grads/files/patch-src_gabufr.c @@ -0,0 +1,10 @@ +--- src/gabufr.c.orig 2014-05-24 07:48:38.000000000 -0700 ++++ src/gabufr.c 2014-05-24 07:49:10.000000000 -0700 +@@ -129,6 +129,7 @@ + } + + /* prints a full description of a varid, expanding sequence contents*/ ++void + gabufr_print_varid (gabufr_varid *varid, int indent) { + gabufr_varid * seq_varid; + gabufr_varinf * varinf; -- cgit v1.2.3