Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCompiler: Add missing return statements in some compiled tests #3582

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 17, 2018

  1. CCompiler: Add missing return statements in some compiled tests

    Several compiled tests were defining an int main(), but were not
    returning a value from it. When compiling with -Werror, that would cause
    the tests to spuriously fail.
    
    Signed-off-by: Philip Withnall <withnall@endlessm.com>
    pwithnall committed May 17, 2018
    Configuration menu
    Copy the full SHA
    022c8a2 View commit details
    Browse the repository at this point in the history