Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 665f919

Browse files
committed
Added a bunch of extern void decls, to keep gcc -Wall happy.
1 parent 3d65fa3 commit 665f919

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Modules/imgfile.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ PERFORMANCE OF THIS SOFTWARE.
4848

4949
#include "/usr/people/4Dgifts/iristools/include/izoom.h"
5050

51+
/* Bunch of missing extern decls; keep gcc -Wall happy... */
52+
extern void i_seterror();
53+
extern void iclose();
54+
extern void filterzoom();
55+
extern void putrow();
56+
extern void getrow();
57+
5158
static object * ImgfileError; /* Exception we raise for various trouble */
5259

5360
static int top_to_bottom; /* True if we want top-to-bottom images */

0 commit comments

Comments
 (0)