79659400

Date: 2025-06-09 19:07:34
Score: 1.5
Natty:
Report link

We use the TEXT macro for the formatString for printf functions where code can be shared between windows UNICODE and UEFI ascii so the GCC warning is something I really want to bypass for UEFI ARM64. Trying to copy or something seems crazy and inefficient for this. GCC does not have <tchar.h> but I still need a way to make these printf's portable and seems reasonable to expect.

fMsg(TEXT("Device cnt: %d"), cnt);

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Marky