summaryrefslogtreecommitdiffstats
path: root/config/always-no-bool-compare.m4
Commit message (Collapse)AuthorAgeFilesLines
* Disable gcc bool-compare warningBrian Behlendorf2015-07-131-0/+27
As of gcc version 5.1.1 a new boolean comparison warning has been introduced. This warning is harmless but is triggered several places in the ZFS code base. Because warnings are promoted to errors when building with debugging enabled it is necessary to disable the warning when using versions of gcc which automatically enabling this check. Signed-off-by: Brian Behlendorf <[email protected]>