Missing volatile in declaration of GC_with_callee_saves_pushed
authorThomas Linder Puls <thomas_linder_puls@hotmail.com>
Sun, 3 Jul 2016 22:09:18 +0000 (00:09 +0200)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 5 Jul 2016 11:27:55 +0000 (14:27 +0300)
commit65b50c089d3189ad3f085c9f5dda998277888117
tree896d50cb168235cd544c4d6846eacdb04a6617e7
parent8ffc3db1c56c4ef327538fe8a667a2abebbce773
Missing volatile in declaration of GC_with_callee_saves_pushed
(fix for commit 8ffc3db)

Otherwise MS VC reports a warning at level 4.

* include/private/gc_priv.h (GC_with_callee_saves_pushed): Add
volatile for arg (to match the function definition).
include/private/gc_priv.h