| commit | 24bb07802df1608319f40f77c606d45c14d59231 | [log] [tgz] |
|---|---|---|
| author | Dmitry V. Levin <ldv@altlinux.org> | Fri May 14 13:26:22 2010 +0200 |
| committer | Patrick McHardy <kaber@trash.net> | Fri May 14 13:26:22 2010 +0200 |
| tree | 70376a9d00e1d206cb8b9828faf9c9b9123b3d83 | |
| parent | 84d758b3bc3121a5603261699c474f64672ef9f6 [diff] [blame] |
iptables: add noreturn attribute to exit_tryhelp() Found by gcc -Wmissing-noreturn. Signed-off-by: Dmitry V. Levin <ldv@altlinux.org> Signed-off-by: Patrick McHardy <kaber@trash.net>
diff --git a/iptables.c b/iptables.c index 25bc8cc..19c2af5 100644 --- a/iptables.c +++ b/iptables.c
@@ -237,7 +237,7 @@ IPT_DOTTED_MASK }; -static void +static void __attribute__((noreturn)) exit_tryhelp(int status) { if (line != -1)