Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
226b3d64
Commit
226b3d64
authored
May 02, 2013
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compiler warnings
parent
fc8e0bfb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
netlist.cpp
pcbnew/netlist.cpp
+1
-1
specctra_export.cpp
pcbnew/specctra_export.cpp
+1
-1
No files found.
pcbnew/netlist.cpp
View file @
226b3d64
...
...
@@ -164,7 +164,7 @@ void PCB_EDIT_FRAME::loadFootprints( NETLIST& aNetlist, REPORTER* aReporter )
wxString
msg
;
wxString
lastFootprintLibName
;
COMPONENT
*
component
;
MODULE
*
module
;
MODULE
*
module
=
0
;
MODULE
*
fpOnBoard
;
if
(
aNetlist
.
IsEmpty
()
)
...
...
pcbnew/specctra_export.cpp
View file @
226b3d64
...
...
@@ -263,7 +263,7 @@ static POINT mapPt( const wxPoint& pt )
static
DRAWSEGMENT
*
findPoint
(
const
wxPoint
&
aPoint
,
TYPE_COLLECTOR
*
items
,
unsigned
aLimit
)
{
unsigned
min_d
=
INT_MAX
;
int
ndx_min
;
int
ndx_min
=
0
;
// find the point closest to aPoint and perhaps exactly matching aPoint.
for
(
int
i
=
0
;
i
<
items
->
GetCount
();
++
i
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment