This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Use warnings_as_errors instead of fail_on_warning
pull/3/head
Tuncer Ayaz
14 years ago
parent
055ac99d6f
commit
27de53125e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rebar.config
+ 1
- 1
rebar.config
View File
@ -1,3 +1,3 @@
{app_bin, ["priv/rebar"]}.
{erl_opts, [
fail_on_
warning]}.
{erl_opts, [warning
s_as_errors
]}.
{xref_checks, [undefined_function_calls]}.
Write
Preview
Loading…
Cancel
Save