]> sigrok.org Git - libsigrokdecode.git/commitdiff
configure.ac: Add some more compiler warning options.
authorUwe Hermann <redacted>
Thu, 17 May 2018 20:50:45 +0000 (22:50 +0200)
committerUwe Hermann <redacted>
Thu, 17 May 2018 21:00:43 +0000 (23:00 +0200)
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.


No differences found