Commit e5125809 authored by Seblu's avatar Seblu
Browse files

Fix GCC 7 compilation

Some foolish gcc devs decided to break compilations in gcc 7 because they want
40 years after redifine the C standard...
parent ac8b467d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@
** ===========
*/

#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"

#define rederror(file, msg) do { fprintf(stderr, "%s: %s: %s.\n", \
 shell->name, file, msg); return ERROR_PIPE; } while (0)