commit | eb30a706098fd4ac7368c094a8de35553365738f | [log] [tgz] |
---|---|---|
author | Arathorn <mud@mg.mud.de> | Tue Aug 27 20:58:29 2024 +0200 |
committer | MG Mud User <mud@mg.mud.de> | Tue Aug 27 21:13:46 2024 +0200 |
tree | a00ae7329b7761240586b6df7a894fecc870ab98 | |
parent | 2a2e4bdcb9bd1b62c4c752268452c4f6c63f9165 [diff] |
fixes warnings unreachable code, unused variables Change-Id: Id84c5233ffd9709272216937be5cfd9b7b118a4a
diff --git a/secure/udp/www.news.c b/secure/udp/www.news.c index c0f1d17..24eddde 100644 --- a/secure/udp/www.news.c +++ b/secure/udp/www.news.c
@@ -57,7 +57,7 @@ private mixed tinfo(mixed article) { - mixed tmp, info; + mixed tmp; string rn, rt, rg, tid; int j, k;