Request compile error on implicit function declarations to save lots

of debugging time.
This commit is contained in:
Stuart D. Gathman
2018-01-09 21:52:39 -05:00
parent 10471faa7d
commit 96cd9ac263
+3 -1
View File
@@ -38,7 +38,9 @@ sending DSNs or doing CBVs.
library_dirs=libdirs,
libraries=libs,
# set MAX_ML_REPLY to 1 for sendmail < 8.13
define_macros = [ ('MAX_ML_REPLY',32) ]
define_macros = [ ('MAX_ML_REPLY',32) ],
# save lots of debugging time testing rfc2553 compliance
extra_compile_args = [ "-Werror=implicit-function-declaration" ]
),
],
keywords = ['sendmail','milter'],