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

src: guard default_inspector_port #12303

Closed
wants to merge 1 commit into from

Commits on Apr 10, 2017

  1. src: guard default_inspector_port

    When configuring and building --without-ssl the following warning is
    reported:
    ../src/node_debug_options.cc:12:11: warning: unused variable
    'default_inspector_port' [-Wunused-const-variable]
    const int default_inspector_port = 9229;
    
    The commit adds a HAVE_INSPECTOR guard to this constant.
    danbev committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    dfdc234 View commit details
    Browse the repository at this point in the history