Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- With newer compiler/libraries, getting error ``` VwTxtSrc.cpp(1864,38): error GB35ED869: the address of ‘__MIDL___MIDL_itf_FwKernelTlb_0001_0086_0001::szFaceName’ will never be NULL [-Werror=address] 1864 | if (pchrpOverride.szFaceName != NULL && wcslen(pchrpOverride.szFaceName) != 0) | ^ In file included from Main.h:95, from VwTxtSrc.cpp:18: FwKernelTlb.h:740:13: note: ‘__MIDL___MIDL_itf_FwKernelTlb_0001_0086_0001::szFaceName’ declared here 740 | OLECHAR szFaceName[ 32 ]; | ^~~~~~~~~~ ``` and the same for `szFontVar`. Change-Id: I6488eb44eef76eeddcd4f6cbd0e6c40c94fb4a70
- Loading branch information