Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add -Wno-parentheses to libutil AM_CPFLAGS
Problem: gcc 7.2.0 (Ubuntu 17.10) includes -Wparentheses in -Wall. This causes compilation of base64.c to fail. Add -Wno-parentheses to libutil's AM_CFLAGS.
- Loading branch information