Re: Warning à la compilation

Páxina inicial

Responder a esta mensaxe
Autor: Marc Poulhiès
Data:  
Para: Frédéric
CC: guilde
Asunto: 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