[PATCH] Pass -Wno-tautological-compare when building kernel modules and dyninst DSO
Yichun Zhang (agentzh)
agentzh@gmail.com
Fri Aug 24 00:58:00 GMT 2018
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
More information about the Systemtap
mailing list