Re: Warning à la compilation

Página superior

Responder a este mensaje
Autor: Marc Poulhiès
Fecha:  
A: 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