]> sigrok.org Git - libsigrok.git/commit
Build: Make compiler warnings configurable
authorDaniel Elstner <redacted>
Sun, 23 Aug 2015 13:02:30 +0000 (15:02 +0200)
committerDaniel Elstner <redacted>
Mon, 24 Aug 2015 18:08:24 +0000 (20:08 +0200)
commit4cf2f34f430be5d38a7973c31f811fdb15a58329
treeea1c232ca00dceee1097c1e30caec2f424b413bd
parent24138539c1a11dd221443317b4941f151bcbdb12
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".
Makefile.am
configure.ac
m4/sigrok.m4