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
291 B

  1. The usual gcc-3.4 fixes.
  2. - Rene Rebe <rene@rocklinux.org>
  3. --- mc-4.1.40-pre8/src/cons.handler.c.orig 2004-05-06 00:02:05.414546544 +0200
  4. +++ mc-4.1.40-pre8/src/cons.handler.c 2004-05-06 00:02:36.968749576 +0200
  5. @@ -205,6 +205,7 @@
  6. break;
  7. default:
  8. /* Nothing */
  9. + ;
  10. }
  11. }