Open cbarraford opened 5 years ago
While running rebar3 compile on a project with has epubnub as a dependency, it gives me the following warnging.
rebar3 compile
epubnub
_build/default/lib/epubnub/src/epn_basic_examples.erl:3: Warning: export_all flag enabled - all functions will be exported
Yea, that became a warning in 19 or 20 and can be ignored. Happy to accept a PR that either replaces it with a regular export or move that examples module to a separate directory instead of being under src/.
While running
rebar3 compile
on a project with hasepubnub
as a dependency, it gives me the following warnging.