Fix compiler warnings.

* protocols/http2_protocol.c
  (http2_handle_stream_window_update, http2_handle_connection_window_update):
      A 32-bit unsigned integer shouldn't be compared < 0). The existing test
      ' > 0x7FFFFFFF is sufficient. In fact, since current code is reading
      4 bytes and then sets the top bit to 0, the situation tested for can never
      happen.


git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1748025 13f79535-47bb-0310-9956-ffa450edef68
1 file changed