Eliminate 'different const qualifiers' MS VC warnings in cordbscs
authorIvan Maidanski <ivmai@mail.ru>
Thu, 6 Sep 2018 08:29:15 +0000 (11:29 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 6 Sep 2018 08:29:15 +0000 (11:29 +0300)
commit044bfb7f79a2ca085a08aeec83821d23a2fd4000
tree2389c2579429cc5fb129b164ea2aebc49e7be72b
parentbcb8491d83b9eddc84f661ae6daccfc5a131d06d
Eliminate 'different const qualifiers' MS VC warnings in cordbscs
(fix of commit 2e7daad62)

* cord/cordbscs.c (CORD_cat_char_star, CORD_cat): Cast the first
argument of GC_PTR_STORE_AND_DIRTY() to void*.
cord/cordbscs.c