# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/mc-mp/hotfix-gcc34.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- The usual gcc-3.4 fixes. - Rene Rebe --- mc-4.1.40-pre8/src/cons.handler.c.orig 2004-05-06 00:02:05.414546544 +0200 +++ mc-4.1.40-pre8/src/cons.handler.c 2004-05-06 00:02:36.968749576 +0200 @@ -205,6 +205,7 @@ break; default: /* Nothing */ + ; } }