Ignore:
Timestamp:
May 22, 2019, 10:03:37 PM (5 years ago)
Author:
coas-nagasima
Message:

ビルドが通るよう更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub/trunk/curl-7.57.0/CHANGES

    • Property svn:eol-style set to native
    • Property svn:mime-type set to text/plain;charset=UTF-8
    r388 r389  
    1919  RSA_flags(), so we disable that code block for boringssl builds.
    2020 
    21   Reported-by: W. Mark Kubacki
     21  Reported-by: W.Mark Kubacki
    2222  Fixes #2117
    2323
     
    34223422  Closes #1756
    34233423
    3424 - metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ instead
     3424- metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ instead
    34253425
    34263426- dist: fix the cmake build by shipping cmake_uninstall.cmake.in too
     
    40364036 
    40374037  GCC 4.6.3 on travis complains:
    4038   smb.c: In function ‘get_posix_time’:
    4039   smb.c:725:13: error: declaration of ‘time’ shadows a global declaration
     4038  smb.c: In function ‘get_posix_time’:
     4039  smb.c:725:13: error: declaration of ‘time’ shadows a global declaration
    40404040  [-Werror=shadow]
    40414041 
     
    40454045 
    40464046  GCC 4.4 complains:
    4047   tool_cb_wrt.c:81: error: declaration of ‘isatty’ shadows a global
     4047  tool_cb_wrt.c:81: error: declaration of ‘isatty’ shadows a global
    40484048  declaration
    40494049  /usr/include/unistd.h:782: error: shadowed declaration is here
     
    41824182  Fixes #1619
    41834183  Closes #1634
    4184   Reported-by: David E. Narváez
     4184  Reported-by: David E. Narváez
    41854185
    41864186- configure: remove checks for 5 functions never used
     
    44474447  Fixes: 1598
    44484448
    4449 - [Henrik S. Gaßmann brought this change]
     4449- [Henrik S. Gaßmann brought this change]
    44504450
    44514451  winbuild: fix boringssl build
     
    51025102 
    51035103  GCC 7 complained:
    5104   ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
     5104  ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
    51055105
    51065106- libtest: fix implicit-fallthrough warnings with GCC 7
     
    54115411  .... caused by a typo in the last commit (fixing issue #1504):
    54125412 
    5413   memdebug.c: In function ‘curl_fclose’:
     5413  memdebug.c: In function ‘curl_fclose’:
    54145414  memdebug.c:444:3: error: implicit declaration of function
    5415   ‘DEBUGDEBUGASSERT’ [-Werror=implicit-function-declaration]
     5415  ‘DEBUGDEBUGASSERT’ [-Werror=implicit-function-declaration]
    54165416
    54175417Daniel Stenberg (22 May 2017)
     
    61636163 
    61646164  ../../include/curl/typecheck-gcc.h:126:42: warning: call to
    6165   ‘_curl_easy_getinfo_err_curl_slist’ declared with attribute warning:
     6165  ‘_curl_easy_getinfo_err_curl_slist’ declared with attribute warning:
    61666166  curl_easy_getinfo expects a pointer to 'struct curl_slist *' for this
    61676167  info [enabled by default]
    6168   sendrecv.c:90:11: note: in expansion of macro ‘curl_easy_getinfo’
     6168  sendrecv.c:90:11: note: in expansion of macro ‘curl_easy_getinfo’
    61696169  res = curl_easy_getinfo(curl, CURLINFO_ACTIVESOCKET, &sockfd);
    61706170 
     
    63086308  With -Og, GCC complains:
    63096309 
    6310   easy.c:628:7: error: ‘mcode’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
    6311  
    6312   ../lib/strcase.h:35:29: error: ‘tok_buf’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
    6313   vauth/digest.c:208:9: note: ‘tok_buf’ was declared here
    6314  
    6315   ../lib/strcase.h:35:29: error: ‘tok_buf’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
    6316   vauth/digest.c:566:15: note: ‘tok_buf’ was declared here
     6310  easy.c:628:7: error: ‘mcode’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
     6311 
     6312  ../lib/strcase.h:35:29: error: ‘tok_buf’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
     6313  vauth/digest.c:208:9: note: ‘tok_buf’ was declared here
     6314 
     6315  ../lib/strcase.h:35:29: error: ‘tok_buf’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
     6316  vauth/digest.c:566:15: note: ‘tok_buf’ was declared here
    63176317 
    63186318  Fix this by initializing the variables.
     
    67326732  Closes #1388
    67336733
    6734 - [Dániel Bakai brought this change]
     6734- [Dániel Bakai brought this change]
    67356735
    67366736  tests: added test for Curl_splaygetbest to unit1309
     
    67426742  Closes #1358
    67436743
    6744 - [Dániel Bakai brought this change]
     6744- [Dániel Bakai brought this change]
    67456745
    67466746  multi: fix queueing of pending easy handles
     
    67766776
    67776777Jay Satiro (4 Apr 2017)
    6778 - [Antti Hätälä brought this change]
     6778- [Antti Hätälä brought this change]
    67796779
    67806780  url: don't free postponed data on connection reuse
Note: See TracChangeset for help on using the changeset viewer.