summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-12-18 17:05:08 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-12-18 17:05:08 (GMT)
commite282382e78e7381fda85894dc588793185ed77d0 (patch)
tree36bf5fcc8822cc7067049b4d89f5086e927a27dc /Doxyfile
parent86da84f64878fb114ca12ca029466797cc1025a4 (diff)
downloadDoxygen-e282382e78e7381fda85894dc588793185ed77d0.zip
Doxygen-e282382e78e7381fda85894dc588793185ed77d0.tar.gz
Doxygen-e282382e78e7381fda85894dc588793185ed77d0.tar.bz2
Warning whit Windows compilation using NMake
When using NMake Makefiles on windows we get messages like: ``` D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\vector(960): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc ``` From the help information of `cl`: ``` /EHs enable C++ EH (no SEH exceptions) /EHc extern "C" defaults to nothrow ``` Looking at the usage with the `msbuild / vsxproj` type builds (as done on appveyor), here the option `/EHsc` is used.
Diffstat (limited to 'Doxyfile')
0 files changed, 0 insertions, 0 deletions