Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
fad6254c
Commit
fad6254c
authored
Mar 18, 2015
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compiler warnings.
parent
c602cbe3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/base/cba/cbaPrsTrans.c
+2
-1
src/base/pla/pla.h
+1
-1
No files found.
src/base/cba/cbaPrsTrans.c
View file @
fad6254c
...
@@ -35,6 +35,7 @@ struct Cba_Trip_t_
...
@@ -35,6 +35,7 @@ struct Cba_Trip_t_
char
*
pCode
;
char
*
pCode
;
char
*
pSigs
[
6
];
char
*
pSigs
[
6
];
};
};
/*
static Cba_Trip_t s_Types[100] =
static Cba_Trip_t s_Types[100] =
{
{
{ CBA_BOX_CT , "VERIFIC_PWR", "1", {"o"} },
{ CBA_BOX_CT , "VERIFIC_PWR", "1", {"o"} },
...
@@ -118,7 +119,7 @@ static Cba_Trip_t s_Types[100] =
...
@@ -118,7 +119,7 @@ static Cba_Trip_t s_Types[100] =
{ CBA_BOX_PENC , "PrioEncoder_", "a?", {"sel","o"} },
{ CBA_BOX_PENC , "PrioEncoder_", "a?", {"sel","o"} },
{ CBA_BOX_ABS , "abs", "aa", {"i","o"} }
{ CBA_BOX_ABS , "abs", "aa", {"i","o"} }
};
};
*/
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS ///
/// FUNCTION DEFINITIONS ///
...
...
src/base/pla/pla.h
View file @
fad6254c
...
@@ -232,7 +232,7 @@ static inline void Pla_ManPrintStats( Pla_Man_t * p, int fVerbose )
...
@@ -232,7 +232,7 @@ static inline void Pla_ManPrintStats( Pla_Man_t * p, int fVerbose )
printf
(
"Cube =%8d "
,
Pla_ManCubeNum
(
p
)
);
printf
(
"Cube =%8d "
,
Pla_ManCubeNum
(
p
)
);
printf
(
"LitIn =%8d "
,
Pla_ManLitInNum
(
p
)
);
printf
(
"LitIn =%8d "
,
Pla_ManLitInNum
(
p
)
);
printf
(
"LitOut =%8d "
,
Pla_ManLitOutNum
(
p
)
);
printf
(
"LitOut =%8d "
,
Pla_ManLitOutNum
(
p
)
);
printf
(
"
%
\n
"
);
printf
(
"
\n
"
);
}
}
...
...
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