ref: 1e63defb1c3cabad7d83b502c335376c464d1cb5
parent: 10cbab99bac16851969dabb3e7963cbdf829ca58
author: cancel <cancel@cancel.fm>
date: Mon Nov 26 04:37:44 EST 2018
Change incompatible-pointer-types warning to error
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-basic_flags := -std=c99 -pipe -Wall -Wpedantic -Wextra -Werror=implicit-function-declaration -Wconversion -D_XOPEN_SOURCE_EXTENDED=1
+basic_flags := -std=c99 -pipe -Wall -Wpedantic -Wextra -Werror=implicit-function-declaration -Werror=incompatible-pointer-types -Wconversion -D_XOPEN_SOURCE_EXTENDED=1
debug_flags := -DDEBUG -ggdb
sanitize_flags := -fsanitize=address -fsanitize=undefined
# note: -fsanitize=leak not available on at least Mac 10.12