Geoff Chappell - Software Analyst
positive:
-noWchar_t
negative:
-noWchar_t-
This option is not recognised on the CL command line, but can be passed to C1XX through the CL /d1 option, giving noWchar_t as its argument (with or without a trailing negative).
To C1XX, the negative form -noWchar_t- is nothing but an alias of -Zc:wchar_t, as passed by CL when given the (documented) /Zc:wchar_t option.