erlyaws / yaws

Yaws webserver
https://erlyaws.github.io
BSD 3-Clause "New" or "Revised" License
1.28k stars 267 forks source link

Replaced all occurrences of "export_all" with explicit export lists #304

Closed ningzhang closed 7 years ago

ningzhang commented 7 years ago

Compilation fails when compiling Yaws with the latest Erlang/OTP master branch (Version 20) with the following error message:

        compile: warnings being treated as errors
        <file>.erl:<line number>: export_all flag enabled - all functions
        will be exported

It can be fixed with this patch.

ningzhang commented 7 years ago

Sorry guys, I included a wrong commit in this pull request.