Closed SethHamilton closed 6 years ago
Thank you for reporting this. The easiest thing here was to just initialise the variable, so I did that:)
Thank you, much appreciated. I was going to try that, but I'm still getting used to the git submodules, and last time I messed them up, it was a gong show. 😄
I just want to unsubsribe this
On Sat, Nov 18, 2017 at 10:29 PM, Seth Hamilton notifications@github.com wrote:
Thank you, much appreciated. I was going to try that, but I'm still getting used to the git submodules, and last time I messed them up, it was a gong show. 😄
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eidheim/Simple-Web-Server/issues/174#issuecomment-345455271, or mute the thread https://github.com/notifications/unsubscribe-auth/Aeo9EiGgUeF5jWKbi8DgDEoZ_I9L-KHcks5s3wzsgaJpZM4Qifyo .
@sumanpurani
If you want to unsubscribe to notifications about Simple-Web-Server, then click on the view this on GitHub
link, click the Unwatch
button and choose Not Watching
or Ignoring
.
If you want to unsubscribe to comments about this particular issue, then click on the mute the thread
link. But it won't be necessary since this thread has been closed.
Both links are at the bottom of the email.
I'm seeing the error on on Travis CI using gcc 7.2:
https://travis-ci.org/opset/openset/jobs/303658246
Here is the whole snippet, not sure what to do and I didn't really want to fork your project to test the fix, so I was wondering if you had any insight?
It's on this PR of my project https://github.com/opset/openset/pull/13 I'm switching from a custom protocol using libuv to using your excellent project with standalone ASIO. It builds and runs on windows as expected.
Thank you, Seth