mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Merge pull request #66 from tuncer/dialyzer-no_native
Makefile: call Dialyzer with -nn flag
This commit is contained in:
commit
331c0809c8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ dialyzer: dialyzer_warnings
|
|||
@diff -U0 dialyzer_reference dialyzer_warnings
|
||||
|
||||
dialyzer_warnings:
|
||||
-@dialyzer -q -n ebin -Wunmatched_returns -Werror_handling \
|
||||
-@dialyzer -q -nn -n ebin -Wunmatched_returns -Werror_handling \
|
||||
-Wrace_conditions > dialyzer_warnings
|
||||
|
||||
binary: VSN = $(shell ./rebar -V)
|
||||
|
|
Loading…
Reference in a new issue