aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generator/cpp
diff options
context:
space:
mode:
authorWojciech Kaluza <wojkaluza@gmail.com>2018-05-26 01:40:06 +0100
committerWojciech Kaluza <w-kaluza@tlen.pl>2018-07-11 22:54:05 +0100
commit421e7b4f29fc761c66d2773a1fc318a738a6d3da (patch)
tree3aca724e9d7d42dbb620cac03b9fc25de19e0284 /scripts/generator/cpp
parent41f0e24335d8874cc87420a6349bb1844e2a15de (diff)
downloadgoogletest-421e7b4f29fc761c66d2773a1fc318a738a6d3da.tar.gz
googletest-421e7b4f29fc761c66d2773a1fc318a738a6d3da.tar.bz2
googletest-421e7b4f29fc761c66d2773a1fc318a738a6d3da.zip
Remove default /EHsc compiler flag
This prevents warning D9025 (one command-line option overrides another) on MSVC builds: some test targets are built with the /EHs-c- which conflicts with /EHsc.
Diffstat (limited to 'scripts/generator/cpp')
0 files changed, 0 insertions, 0 deletions
='#n119'>119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156