suppress gcc 8 aliasing warnings
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 8 Dec 2018 12:49:15 +0000 (13:49 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 8 Dec 2018 12:49:15 +0000 (13:49 +0100)
commit136fe9bede247d3273f5e82b5e856fa5c15a922c
tree72c105550fa30d42bfd8344a1550eacb7cc5dcb5
parent9f00a0fdb159432f1d7232253e2180d85e5eca32
suppress gcc 8 aliasing warnings

function                                             old     new   delta
sigprocmask_SIG_SETMASK                                -      16     +16
wait_for_child_or_signal                             221     213      -8
dowait                                               432     424      -8

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
libbb/lineedit.c
libbb/signals.c
shell/ash.c
shell/hush.c