rsyslog / liblognorm

a fast samples-based log normalization library
http://www.liblognorm.com
GNU Lesser General Public License v2.1
99 stars 64 forks source link

build system: fix gcc warning #293

Closed rgerhards closed 6 years ago

rgerhards commented 6 years ago

The jump-misses-init gcc warning is overdoing when we jump to the exit of a function to get proper finalization. So let's disable it.

This also fixes our Travis CI builds.