Package: bogl
Severity: normal
Tags: patch

With gcc-3.4 (gcc-4.0), fails with:

boml.c: In function `parse_pnp_string':
boml.c:1319: error: label at end of compound statement


The following patch fixes the problem.


--- boml.c.orig 2005-07-11 20:41:58.000000000 -0700
+++ boml.c      2005-07-11 20:42:00.000000000 -0700
@@ -1316,6 +1316,7 @@
 
        default:
          /* Ignore additional extension fields. */
+            break;
        }
 
       curpos += len;


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to