krestenkrab / triq

Trifork QuickCheck
http://krestenkrab.github.com/triq/
Apache License 2.0
281 stars 54 forks source link

triq fails to compile if warnings_as_errors are enabled #21

Closed norton closed 11 years ago

norton commented 11 years ago

triq fails to compile if warnings_as_errors are enabled.

==> triq (compile)

/deps/triq/src/triq_dom.erl:855: function try_shrink/3 is unused ERROR: compile failed while processing /deps/triq: rebar_abort make: **\* [compile] Error 1 As a local work-around, I commented out the above function. Could you fix this issue? thanks, Joe N. p.s. It would be helpful if this rebar option is added to triq's rebar.config file. ``` {erl_opts, [warnings_as_errors]}. ```
ghost commented 11 years ago

Fixed in #22. @arcusfelis, @krestenkrab?

norton commented 11 years ago

Thank you.