Re: Warning à la compilation

Αρχική Σελίδα

Reply to this message
Συντάκτης: Marc Poulhiès
Ημερομηνία:  
Προς: Frédéric
Υ/ο: guilde
Αντικείμενο: 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