summaryrefslogtreecommitdiff
path: root/libz/libz/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-04-08 20:25:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-04-08 20:53:41 +0300
commite7414ecc587eaac87de2b364e80bbdc56d6e9eee (patch)
tree3a4345b40e199ee283d5ec01d2b6f94ee2864bf6 /libz/libz/buildfile
parentba3258b954d669e8d5196308cac1e702f9353af0 (diff)
Upgrade to 1.2.12
Diffstat (limited to 'libz/libz/buildfile')
-rw-r--r--libz/libz/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libz/libz/buildfile b/libz/libz/buildfile
index 89c7ea9..15939d5 100644
--- a/libz/libz/buildfile
+++ b/libz/libz/buildfile
@@ -68,7 +68,7 @@ switch $c.class
{
# Disable warnings that pop up with /W3.
#
- c.coptions += /wd4267
+ c.coptions += /wd4244 /wd4267
}
}