configure: Enable compiler warnings for trampoline code generation
commit10bc05170c7f15346f791af30c3025d895412989
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 16 Nov 2013 19:14:25 +0000 (16 20:14 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:05 +0000 (30 18:11 +0000)
tree44dabd9835dfe2a6d7fcd48e8cff5feff6143151
parent12b6120f05f25b4654669c83ce0d59e67e4d596c
configure: Enable compiler warnings for trampoline code generation

This attribute reports cases where GCC has to generate special code to
handle some C constructs, for which we'd prefer an explicit code instead
of counting on GCC doing the work.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
configure.ac