mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
286 B

The usual gcc-3.4 fixes.
- Rene Rebe <rene@rocklinux.org>
--- tree-1.4/tree.c.orig 2004-05-03 19:31:28.000000000 +0200
+++ tree-1.4/tree.c 2004-05-03 19:30:48.000000000 +0200
@@ -1082,6 +1082,7 @@
case '"':
case '?':
case '+':
+ ((void)0);
}
}
}