'identifier' : simple type cast conversion of no expression
An empty expression was cast to the specified type.
The following example causes this warning:
void func() { int (); // warning }