Pcbnew: fix Bug #1156193 . Fix compil issues when KICAD_SCRIPTING_WXPYTHON is not enabled and KICAD_SCRIPTING is enabled
This commit is contained in:
@@ -341,7 +341,7 @@ wxString PyErrStringWithTraceback()
|
||||
|
||||
wxArrayString res = PyArrayStringToWx( result );
|
||||
|
||||
for( int i = 0; i<res.Count(); i++ )
|
||||
for( unsigned i = 0; i<res.Count(); i++ )
|
||||
{
|
||||
err += res[i] + wxT( "\n" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user