]> granicus.if.org Git - gc/commit
Workaround 'typedef ignored on left of' MSVC warning in imagehlp.h (CMake)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 25 Jul 2019 07:07:58 +0000 (10:07 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 25 Jul 2019 07:07:58 +0000 (10:07 +0300)
commit0fd5c56db848259a68ad73e71baafad85ef2dc42
tree8fb1ed72889182e10fca55199e6de7b96adc5f08
parentd23f69b49e776f1b597f73bfbfcfc7fa664ba334
Workaround 'typedef ignored on left of' MSVC warning in imagehlp.h (CMake)

* CMakeLists.txt [enable_werror && MSVC]: Add /wd4091 compile option;
add comment.
CMakeLists.txt