nghttp2/third-party
Andrew Kistler 441de58f8e Fix warnings
modified:   url_parser.c

url_parser.c:589:17: warning: implicit conversion turns string literal into bool: 'const char [17]' to '_Bool' [-Wstring-conversion]⏎
        assert(!"Unexpected state");⏎
               ~^~~~~~~~~~~~~~~~~~⏎
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/assert.h:99:25: note: expanded from macro 'assert'⏎
    (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __ASSERT_FILE_NAME, __LINE__, #e) : (void)0)⏎
                        ^⏎
url_parser.c:627:17: warning: declaration shadows a local variable [-Wshadow]⏎
    const char* p;⏎
                ^⏎
url_parser.c:536:15: note: previous declaration is here⏎
  const char *p;⏎
              ^⏎
url_parser.c:640:15: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]⏎
      v += *p - '0';⏎
        ~~ ~~~^~~~~⏎
3 warnings generated.
2022-09-08 10:16:28 -04:00
..
llhttp Bump llhttp to f84c4de65875a43b683d4c0c26337b2fa5a38efa 2022-07-25 19:41:13 +09:00
mruby@1bec339230 Bump mruby to 3.1.0 2022-05-13 23:08:27 +09:00
neverbleed@e1ca790608 Bump neverbleed 2022-07-25 21:20:02 +09:00
url-parser Fix warnings 2022-09-08 10:16:28 -04:00
CMakeLists.txt Replace http-parser with llhttp 2019-04-20 18:42:30 +09:00
Makefile.am EXTRA_DIST: List mruby files explicitly 2022-05-15 19:05:24 +09:00
build_config.rb Fix typos 2022-01-16 21:53:44 +09:00