]> granicus.if.org Git - gc/commit
Fix 'shift count >= width of type' compiler warning in GC_SQRT_SIZE_MAX
authorIvan Maidanski <ivmai@mail.ru>
Wed, 21 Sep 2016 18:25:35 +0000 (21:25 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 11 Nov 2016 06:07:40 +0000 (09:07 +0300)
commit6c13603a240583188852b796ebc8f6b4042163f3
treef89045e9c18f886150ab09901e6b460794beb9e5
parenta230ee8b21111b88749a97e6801048db1859a0fc
Fix 'shift count >= width of type' compiler warning in GC_SQRT_SIZE_MAX
(Cherry-pick commit 0151ecd from 'release-7_6' branch.)

* malloc.c (GC_SQRT_SIZE_MAX): Change type from unsigned to size_t.
malloc.c