Const fixups?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Darren Salt wrote:
> I'd like to see the following modifications made to all relevant plugin
> source files. I don't see why they aren't completely const; they're never
> modified...
> 
>   static const char *VERSION          => static const char VERSION[]
>   static const char *DESCRIPTION      => static const char DESCRIPTION[]
>   static const char *MAINMENUENTRY    => static const char MAINMENUENTRY[]
> 
>   static struct option long_options[] => static const struct ...
> 

"static const char *VERSION" is grepped in the default Makefile, so that 
has to be changed too. All others are private business of plugins and 
don't even have to exist.

Cheers,

Udo


[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux