cake icon indicating copy to clipboard operation
cake copied to clipboard

missing warning pointer to int conversion

Open thradams opened this issue 1 year ago • 0 comments

void f(int i){}
int main()
{
   f((void*)0);
}

thradams avatar Jan 08 '24 11:01 thradams