Re: Warning à la compilation

Startseite

Nachricht beantworten
Autor: Marc Poulhiès
Datum:  
To: Frédéric
CC: guilde
Betreff: 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