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
2a8f0f5d
Commit
2a8f0f5d
authored
Dec 22, 2007
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed compiler warning
parent
1e11a70e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
clean.cpp
pcbnew/clean.cpp
+6
-2
No files found.
pcbnew/clean.cpp
View file @
2a8f0f5d
...
@@ -41,7 +41,7 @@ static bool s_ConnectToPads = false;
...
@@ -41,7 +41,7 @@ static bool s_ConnectToPads = false;
#ifdef CONN2PAD_ENBL
#ifdef CONN2PAD_ENBL
static
void
ConnectDanglingEndToPad
(
WinEDA_PcbFrame
*
frame
,
wxDC
*
DC
);
static
void
ConnectDanglingEndToPad
(
WinEDA_PcbFrame
*
frame
,
wxDC
*
DC
);
static
void
ConnectDanglingEndToVia
(
BOARD
*
pcb
);
static
void
ConnectDanglingEndToVia
(
BOARD
*
pcb
);
static
void
Gen_Raccord_Track
(
WinEDA_PcbFrame
*
frame
,
wxDC
*
DC
);
//
static void Gen_Raccord_Track( WinEDA_PcbFrame* frame, wxDC* DC );
#endif
#endif
...
@@ -806,7 +806,7 @@ int Netliste_Controle_piste( WinEDA_PcbFrame* frame, wxDC* DC, int affiche )
...
@@ -806,7 +806,7 @@ int Netliste_Controle_piste( WinEDA_PcbFrame* frame, wxDC* DC, int affiche )
}
}
#if
def CONN2PAD_ENBL
#if
0
/***************************************************************/
/***************************************************************/
static void Gen_Raccord_Track( WinEDA_PcbFrame* frame, wxDC* DC )
static void Gen_Raccord_Track( WinEDA_PcbFrame* frame, wxDC* DC )
...
@@ -955,6 +955,10 @@ static void Gen_Raccord_Track( WinEDA_PcbFrame* frame, wxDC* DC )
...
@@ -955,6 +955,10 @@ static void Gen_Raccord_Track( WinEDA_PcbFrame* frame, wxDC* DC )
}
}
}
}
#endif
#if defined(CONN2PAD_ENBL)
/**
/**
* Function ConnectDanglingEndToPad
* Function ConnectDanglingEndToPad
...
...
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