Eliminate 'ISO C forbids an empty translation unit' GCC pedantic warning
authorIvan Maidanski <ivmai@mail.ru>
Fri, 21 Oct 2016 08:18:22 +0000 (11:18 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 21 Oct 2016 08:19:26 +0000 (11:19 +0300)
commit4c5af8713cdf889fba25c86bc9e1dc2372f2265d
treeec24a612ec08845aa9384b7ada188fca07979b43
parente421fee566ab8cd71d557ef838d1f02e196e761a
Eliminate 'ISO C forbids an empty translation unit' GCC pedantic warning

"extern int GC_quiet" is added to suppress compiler warning.

* extra/msvc_dbg.c [_M_AMD64 || !_MSC_VER] (GC_quiet): Declare external
variable.
extra/msvc_dbg.c