Re: Warning à la compilation

Página Inicial

Reply to this message
Autor: Marc Poulhiès
Data:  
Para: Frédéric
CC: guilde
Assunto: Re: Warning à la compilation
Frédéric <frederic.mantegazza@???> writes:

Salut ;)

>     static char *help_xpm[] = {...};


> Quelle est la bonne définition ?


      static const char *help_xpm[] = {...};
             ^^^^^


++
Marc