Skip to content

Commit

Permalink
Now we ignore warning 50, unattached documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fferreira committed Jul 24, 2015
1 parent 37bfdf9 commit 0fd682b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ OCAMLBUILD = ocamlbuild -r -use-ocamlfind \
$(if $(DEBUG),-tag debug,) \
$(if $(VERBOSE),-verbose $(VERBOSE),) \
$(if $(WARN_PATTERN),-tag warn\(P\) -tag warn-error\(p\),)\
$(if $(WARN_ERROR),-tag warn\(Azep-44\) -tag warn-error\(A-37-48\),)
$(if $(WARN_ERROR),-tag warn\(Azep-44\) -tag warn-error\(A-37-48-50\),)

.PHONY: all clean

Expand Down

0 comments on commit 0fd682b

Please sign in to comment.