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

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