Date: Sat, 21 May 2016 21:15:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 209685] [PATCH] /usr/bin/top: silence compiler warnings Message-ID: <bug-209685-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209685 Bug ID: 209685 Summary: [PATCH] /usr/bin/top: silence compiler warnings Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: rwestlun@gmail.com Keywords: patch The /contrib/top code is no longer maintained upstream (last pulled 16 years ago). The K&R-style followed by the code spews -Wimplicit-int and -Wreturn-= type warnings, among others. This diff silences 131 warnings with as little modification as possible. Once this is committed, I intend to continue cleaning up top, including ANSIfication, style(9), and maybe moving it out of contrib. https://reviews.freebsd.org/D6468 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209685-8>