mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add +warn_missing_spec and fix specs
This commit is contained in:
parent
17af50812c
commit
c9b9644aa3
6 changed files with 38 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -4,6 +4,8 @@ PROJECT = cowboy
|
|||
|
||||
# Options.
|
||||
|
||||
ERLC_OPTS ?= -Werror +debug_info +warn_export_all +warn_export_vars \
|
||||
+warn_shadow_vars +warn_obsolete_guard +warn_missing_spec
|
||||
COMPILE_FIRST = cowboy_middleware cowboy_sub_protocol
|
||||
CT_SUITES = eunit http spdy ws
|
||||
PLT_APPS = crypto public_key ssl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue