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

Compile error (shrpx.cc:1371:10) #1623

Open
jurisuk opened this issue Oct 6, 2021 · 1 comment
Open

Compile error (shrpx.cc:1371:10) #1623

jurisuk opened this issue Oct 6, 2021 · 1 comment
Labels

Comments

@jurisuk
Copy link

jurisuk commented Oct 6, 2021

make[3]: Entering directory '/var/build-git/nghttp2/src'
  CXX      util.o
  CXX      http2.o
  CXX      app_helper.o
  CC       nghttp2_gzip.o
  CXX      nghttp.o
  CXXLD    nghttp
  CXX      nghttpd.o
  CXX      HttpServer.o
  CXXLD    nghttpd
  CXX      nghttpx-shrpx.o
shrpx.cc: In function ‘int shrpx::{anonymous}::call_daemon()’:
shrpx.cc:1371:10: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
 1371 |     chdir("/");
      |     ~~~~~^~~~~
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant