Re: Warning à la compilation

Pàgina inicial

Reply to this message
Autor: Marc Poulhiès
Data:  
A: Frédéric
CC: guilde
Assumpte: 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