cpp-docs icon indicating copy to clipboard operation
cpp-docs copied to clipboard

Add C6064 "See also" link in C4473 warning reference

Open Rageking8 opened this issue 4 months ago • 3 comments

Add C6064 "See also" link in C4473 as C6064 links to it and the following emits both warnings together:

#include <cstdio>

int main()
{
    std::printf("%d");   // C4473, C6064
}

Rageking8 avatar Aug 08 '25 10:08 Rageking8