From: Daniel Elstner Date: Sun, 23 Aug 2015 13:02:30 +0000 (+0200) Subject: Build: Make compiler warnings configurable X-Git-Tag: libsigrok-0.4.0~411 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=4cf2f34f430be5d38a7973c31f811fdb15a58329;hp=4cf2f34f430be5d38a7973c31f811fdb15a58329;p=libsigrok.git Build: Make compiler warnings configurable Use the SR_ARG_ENABLE_WARNINGS macro to configure and check for the availability of compiler warning flags. Maintain separate sets of warning flags for C and C++. The configure option --enable-warnings=[min|max|fatal|no] can be used to set the compiler warning level for all languages. The default level is "max". ---