Re: Warning à la compilation

Top Pagina

Reply to this message
Auteur: Marc Poulhiès
Datum:  
Aan: Frédéric
CC: guilde
Onderwerp: 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