From: Uwe Hermann Date: Thu, 17 May 2018 20:50:45 +0000 (+0200) Subject: configure.ac: Add some more compiler warning options. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=d652ef844d7af968c4b4fe76e477d3d1fed54138;hp=d652ef844d7af968c4b4fe76e477d3d1fed54138 configure.ac: Add some more compiler warning options. Add the -Wshadow -Wformat=2 -Wno-format-nonliteral -Wfloat-equal compiler options (supported by both gcc and clang) to get notified of more potential issues in the code. ---