This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (level 3) C4304
'type' : simple type cast conversion of no expression
An empty expression is cast to the specified type.
Example
void func()
{
int (); // warning
}