Thread overview
[Issue 24268] Warning spam upon zlib C compilation
Dec 01
kinke
Feb 24
Dlang Bot
Feb 24
Dlang Bot
Feb 25
kinke
December 01
https://issues.dlang.org/show_bug.cgi?id=24268

kinke <kinke@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kinke@gmx.net

--- Comment #1 from kinke <kinke@gmx.net> ---
Should have been fixed in zlib v1.3: https://github.com/madler/zlib/issues/633#issuecomment-1679835647

--
February 24
https://issues.dlang.org/show_bug.cgi?id=24268

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kinke updated dlang/phobos pull request #8919 "Bump zlib to latest v1.3.1" mentioning this issue:

- Bump zlib to latest v1.3.1

  Which should cleanly compile with C11 now, without walls of warnings
  with e.g. recent clang versions. Resolves Bugzilla Issue 24268.

https://github.com/dlang/phobos/pull/8919

--
February 24
https://issues.dlang.org/show_bug.cgi?id=24268

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8919 "Bump zlib to latest v1.3.1" was merged into master:

- c97ea340c6706fc3dd416302ff4982ee6242fd4e by Martin Kinkelin:
  Bump zlib to latest v1.3.1

  Which should cleanly compile with C11 now, without walls of warnings
  with e.g. recent clang versions. Fixes Bugzilla Issue 24268.

https://github.com/dlang/phobos/pull/8919

--
February 25
https://issues.dlang.org/show_bug.cgi?id=24268

kinke <kinke@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--