From 03d1428a293c9abdddfed2d5faa1984901932384 Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 18 Dec 1999 18:02:33 +0000 Subject: Changed warning level to -Wall under Linux and Level 4 for Windows git-svn-id: http://svn.leocad.org/trunk@37 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/image.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/image.cpp') diff --git a/common/image.cpp b/common/image.cpp index 7c624a9..9d7fe50 100644 --- a/common/image.cpp +++ b/common/image.cpp @@ -517,8 +517,10 @@ static LC_IMAGE* OpenGIF(File* file) if (c == '!') { - int extlabel = source->input_file->GetChar(); + int extlabel; char buf[256]; + + extlabel = source->input_file->GetChar(); while (GetDataBlock(source, buf) > 0) ; // skip continue; -- cgit v1.2.3