fix warnings

This commit is contained in:
PetersSharp 2018-09-30 16:05:37 +04:00
parent f951be4da4
commit 48bfec0dd1

View File

@ -1,3 +1,4 @@
````
/home/admin/main_daemon/miniz/miniz_tinfl.c:101:33: warning: conversion to 'tinfl_bit_buf_t' from 'int' may change the sign of the result [-Wsign-conversion]
b = (mz_uint32)(bit_buf & ((1 << (n)) - 1)); \
^
@ -565,4 +566,4 @@ Scanning dependencies of target example6
^
Linking C executable ../../bin/example6.exe
[100%] Built target example6
Press any key to continue...
````