Skip to content
Snippets Groups Projects
Commit 96cd9ac2 authored by Stuart D. Gathman's avatar Stuart D. Gathman
Browse files

Request compile error on implicit function declarations to save lots

of debugging time.
parent 10471faa
Branches
Tags
No related merge requests found
...@@ -38,7 +38,9 @@ sending DSNs or doing CBVs. ...@@ -38,7 +38,9 @@ sending DSNs or doing CBVs.
library_dirs=libdirs, library_dirs=libdirs,
libraries=libs, libraries=libs,
# set MAX_ML_REPLY to 1 for sendmail < 8.13 # 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'], keywords = ['sendmail','milter'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment