Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Fucking GCC warnings

Name: Anonymous 2010-11-12 13:54

request for implicit conversion from ‘void *’ to ‘struct keys *’ not permitted in C++

keys = mmap(0, sizeof(struct keys), PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0);

First: C99 code (-x c -std=c99).
Second: what is going on?

Name: Anonymous 2010-11-12 21:55

>>8
try programming with all void types.

so like

void main(void argc,void **argv)
{
    void i = 0;
    void string = "Hello World";
    printf("%s!!!!!!",string);
    return i;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List