This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [PATCH] Pass -Wno-tautological-compare when building kernel modules and dyninst DSO
Hello!
On Thu, Aug 23, 2018 at 4:39 PM, Yichun Zhang (agentzh)
<agentzh@gmail.com> wrote:
> Currently we always turn on -Wall and -Werror when compiling the kernel
> module and the dyninst DSO. This causes compile-time errors when the user
> input stap scripts contain inefficiencies like `a == a` or `a != a`, which
> can be common for automatically generated stap code from naive tools.
Just committed to master with the green light from fche on IRC.
Best,
Yichun