aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorPhilipp Stephani2019-05-05 01:56:15 +0200
committerPhilipp Stephani2019-05-05 01:56:15 +0200
commitb5aeb86a7ef4c5cbfbbd95e72568b4b5e48e9bae (patch)
treebcd80bee9ba416dcb3750bf9e43de2df00e3ac16 /src/process.c
parenta976602066211f8820c0a2976afe81cad691a2c9 (diff)
downloademacs-b5aeb86a7ef4c5cbfbbd95e72568b4b5e48e9bae.tar.gz
emacs-b5aeb86a7ef4c5cbfbbd95e72568b4b5e48e9bae.zip
Avoid suppressing -Wcast-function-type warning.
GCC special-cases the type ‘void (*)(void)’ to not emit warnings when cast, see https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcast-function-type. Make use of this to remove a warning suppression. * src/dynlib.h: Use void (*)(void) as generic function pointer type. * src/emacs-module.c: Remove warning suppression.
Diffstat (limited to 'src/process.c')
0 files changed, 0 insertions, 0 deletions