]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Tell compiler to adhere to C99 standards.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 30 Oct 2018 08:46:59 +0000 (09:46 +0100)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 30 Oct 2018 08:55:14 +0000 (09:55 +0100)
commit8cc303d05634a2169079a858b902ade256431fd5
treea198225f1c641c72b9cf481cb2ce93fa65e41da9
parent2071b9349e3df5431f81613a43f3a4369a9ae3e5
Tell compiler to adhere to C99 standards.
Exception being newer cmake versions that will decay to gnu99 in
certain situations. This decay currently hides a warning in minigzip,
but using C99 with C_STANDARD_REQUIRED on could potentially introduce
unknown problems on other platforms, so for now we will allow this decay.
CMakeLists.txt
configure