In order to avoid:
Command line warning D9025 : overriding '/EHc-' with '/EHc'
with DDK/WDK projects in the sources file specify
USE_NATIVE_EH=1
instead of
USER_C_FLAGS=$(USER_C_FLAGS) /EHsc
In order to avoid:
Command line warning D9025 : overriding '/EHc-' with '/EHc'
with DDK/WDK projects in the sources file specify
USE_NATIVE_EH=1
instead of
USER_C_FLAGS=$(USER_C_FLAGS) /EHsc