← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] pcb_calculator: Cleanup color code bitmaps and remove Ohm sign. [again]

 

Hi Clemens,

Thank you for the patches, sorry it took so long to merge them. The only
missing thing was a 'const' modifier for strings in .xpm files. When it
is missing, gcc displays the warning:

warning: ISO C++11 does not allow conversion from string literal to
'char *' [-Wwritable-strings]

I could not find an option to enable that in GIMP, so I just added them
manually.

Regards,
Orson

On 02/07/2017 11:07 PM, Clemens Koller wrote:
> Hi!
> 
> Attached is an updated set of patches which were previously posted in the thread started by Dan Weatherill:
> https://lists.launchpad.net/kicad-developers/msg26721.html
> 
> Fixes lp:1005383
> 
> I am wondering if my last patches were lost in space or if it just takes long to get these applied as these are not mission-critical at all?
> Please let me know my formatting/way to post is okay.
> 
> Regards,
> 
> Clemens
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


References