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
abd7e400
Commit
abd7e400
authored
Nov 10, 2007
by
raburton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed a couple of trivial build warnings
parent
bf338ea7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
dialog_drc.cpp
pcbnew/dialog_drc.cpp
+0
-2
zones.cpp
pcbnew/zones.cpp
+1
-1
No files found.
pcbnew/dialog_drc.cpp
View file @
abd7e400
...
...
@@ -392,8 +392,6 @@ bool WinEDA_DrcFrame::ProcessEvent( wxEvent& event )
if
(
wxTE_HT_UNKNOWN
!=
m_logWindow
->
HitTest
(
pos
,
&
col
,
&
row
)
)
{
wxString
text
=
m_logWindow
->
GetLineText
(
row
);
int
debug
=
1
;
}
}
}
...
...
pcbnew/zones.cpp
View file @
abd7e400
...
...
@@ -249,7 +249,7 @@ void WinEDA_ZoneFrame::CreateControls()
static
const
int
GridList
[
4
]
=
{
50
,
100
,
250
,
500
};
int
selection
=
0
;
for
(
unsigned
ii
=
0
;
ii
<
m_GridCtrl
->
GetCount
();
ii
++
)
for
(
int
ii
=
0
;
ii
<
m_GridCtrl
->
GetCount
();
ii
++
)
{
wxString
msg
=
ReturnStringFromValue
(
g_UnitMetric
,
GridList
[
ii
],
...
...
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