Hi, Here is 2 patch to remove some Clang warnings.
* a struct/class mismatched tags
* /pcbnew/router/direction.h:293:19: warning: comparison of constant 8 with
expression of type 'DIRECTION_45::Directions' is always false
[-Wtautological-constant-out-of-range-compare]
if( m_dir>= 8 )
~~~~~ ^ ~
--
Camille
patch_Wtautological-constant-out-of-range-compare.diff
Description: Binary data
patch_Wmismatched-tags.diff
Description: Binary data
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

