You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
746 B
C
47 lines
746 B
C
4 years ago
|
static void *foo(int param1,
|
||
|
char *param2
|
||
|
);
|
||
|
|
||
|
|
||
|
static void *foo
|
||
|
(
|
||
|
int param1,
|
||
|
char *param2
|
||
|
)
|
||
|
{
|
||
|
for (
|
||
|
int i = 0;
|
||
|
i< 10;
|
||
|
i++
|
||
|
)
|
||
|
{
|
||
|
bar(
|
||
|
arg1,
|
||
|
arg2
|
||
|
);
|
||
|
if ( ( abc < bcd )
|
||
|
&&( 123 < abc )
|
||
|
)
|
||
|
{
|
||
|
none(arg1,
|
||
|
arg2,
|
||
|
arg3
|
||
|
);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
void CWarningAnalyzer::SetEffect(int FilterNumber
|
||
|
,bool Exclude
|
||
|
, int Red
|
||
|
, int Green
|
||
|
, int Blue
|
||
|
, bool Italic
|
||
|
, bool Bold
|
||
|
, bool Underlined
|
||
|
)
|
||
|
{
|
||
|
/* TODO */
|
||
|
}
|