Only display the WERROR notice if there actually are errors.
This commit is contained in:
parent
14566f96a9
commit
4c16ca2d66
|
@ -1,2 +1,4 @@
|
|||
ifdef(`m4_werror',`errprint(__file__: Notice: Treating warnings as errors.__endline__)')
|
||||
ifdef(`m4_fatal_error',`m4exit(`1')')
|
||||
ifdef(`m4_fatal_error',`
|
||||
ifdef(`m4_werror',`errprint(__file__: Notice: Treating warnings as errors.__endline__)')
|
||||
m4exit(`1')
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue