7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 09:40:09 +00:00

Reduce warnings.

This commit is contained in:
Jeff Young 2025-01-17 22:06:50 +00:00
parent a1fbff35e8
commit b933d3228f

View File

@ -51,9 +51,9 @@ JOB_EXPORT_PCB_POS::JOB_EXPORT_PCB_POS() :
m_excludeFootprintsWithTh( false ),
m_excludeDNP( false ),
m_negateBottomX( false ),
m_side( SIDE::BOTH ),
m_singleFile( false ),
m_nakedFilename( false ),
m_side( SIDE::BOTH ),
m_units( UNITS::MILLIMETERS ),
m_format( FORMAT::ASCII ),
m_gerberBoardEdge( true )