Skip to content
Snippets Groups Projects
Select Git revision
  • v1.9-rc0
  • master default protected
  • seen
  • next
  • todo
  • maint
  • jch
  • v2.50.1
  • v2.50.0
  • v2.47.3
  • v2.48.2
  • v2.49.1
  • v2.43.7
  • v2.44.4
  • v2.45.4
  • v2.46.4
  • v2.50.0-rc2
  • v2.50.0-rc1
  • v2.50.0-rc0
  • v2.49.0
  • v2.49.0-rc2
  • v2.49.0-rc1
  • v2.49.0-rc0
  • v2.48.1
  • v2.48.0
  • v2.48.0-rc2
  • v2.48.0-rc1
27 results

win32

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Ramsay Jones authored and Junio C Hamano committed
    Sparse issues a 'Using plain integer as NULL pointer' warning when
    initializing an pthread_t structure with an '{ 0 }' initializer.
    The first field of the pthread_t structure has type HANDLE (void *),
    so in order to suppress the warning, we replace the initializer
    expression with '{ NULL }'.
    
    Signed-off-by: default avatarRamsay Jones <ramsay@ramsay1.demon.co.uk>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    9c3b051f
    History