summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/inport.c
diff options
context:
space:
mode:
authorMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>2018-09-19 03:31:58 +0300
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>2018-09-30 21:14:04 +0300
commit23066c3f4e2146da8c7d1505729f4409f4d93d28 (patch)
treee72ecbf474c663b3a4c432f4a92cd80a97e08b37 /drivers/input/mouse/inport.c
parent92676236917d8e2e0de1d8612686d3d04a6a245b (diff)
downloadlinux-23066c3f4e2146da8c7d1505729f4409f4d93d28.tar.xz
Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)
Commit 217c3e019675 ("disable stringop truncation warnings for now") disabled -Wstringop-truncation since it was too noisy. Having __nonstring available allows us to let GCC know that a string is not meant to be NUL-terminated, which helps suppressing some -Wstringop-truncation warnings. Note that using __nonstring actually triggers other warnings (-Wstringop-overflow, which is on by default) which may be real problems. Therefore, cleaning up -Wstringop-truncation warnings also buys us the ability to uncover further potential problems. To encourage the use of __nonstring, we put the warning back at W=1. In the future, if we end up with a fairly warning-free tree, we might want to enable it by default. Tested-by: Sedat Dilek <sedat.dilek@gmail.com> # on top of v4.19-rc5, clang 7 Reviewed-by: Kees Cook <keescook@chromium.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> Reviewed-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Diffstat (limited to 'drivers/input/mouse/inport.c')
0 files changed, 0 insertions, 0 deletions