1. 03 May, 2017 6 commits
  2. 02 May, 2017 6 commits
  3. 01 May, 2017 26 commits
  4. 30 Apr, 2017 2 commits
    • Marcel Raad's avatar
      examples: declare TU-local variables static · c23177d5
      Marcel Raad authored
      This fixes missing-variable-declarations warnings when building with
      clang.
      c23177d5
    • Marcel Raad's avatar
      http2: declare TU-local variables static · dc9e4859
      Marcel Raad authored
      This fixes the following clang warnings:
      
      http2.c:184:27: error: no previous extern declaration for non-static
      variable 'Curl_handler_http2' [-Werror,-Wmissing-variable-declarations]
      http2.c:204:27: error: no previous extern declaration for non-static
      variable 'Curl_handler_http2_ssl'
      [-Werror,-Wmissing-variable-declarations]
      dc9e4859