Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
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
doxverilog
Commits
683ef76f
Commit
683ef76f
authored
Mar 15, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed compiler warnings in section.h
parent
9ead1e6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
section.h
src/section.h
+4
-4
No files found.
src/section.h
View file @
683ef76f
...
@@ -35,9 +35,9 @@ struct SectionInfo
...
@@ -35,9 +35,9 @@ struct SectionInfo
};
};
SectionInfo
(
const
char
*
f
,
const
int
lin
,
const
char
*
l
,
const
char
*
t
,
SectionInfo
(
const
char
*
f
,
const
int
lin
,
const
char
*
l
,
const
char
*
t
,
SectionType
st
,
int
lev
,
const
char
*
r
=
0
)
:
SectionType
st
,
int
lev
,
const
char
*
r
=
0
)
:
label
(
l
),
title
(
t
),
type
(
st
),
ref
(
r
),
definition
(
0
),
label
(
l
),
title
(
t
),
type
(
st
),
ref
(
r
),
definition
(
0
),
fileName
(
f
),
generated
(
FALSE
),
level
(
lev
),
lineNr
(
lin
)
fileName
(
f
),
lineNr
(
lin
),
generated
(
FALSE
),
level
(
lev
)
{
{
}
}
SectionInfo
(
const
SectionInfo
&
s
)
SectionInfo
(
const
SectionInfo
&
s
)
{
{
...
@@ -52,7 +52,7 @@ struct SectionInfo
...
@@ -52,7 +52,7 @@ struct SectionInfo
level
=
s
.
level
;
level
=
s
.
level
;
}
}
~
SectionInfo
()
{}
~
SectionInfo
()
{}
QCString
label
;
QCString
label
;
QCString
title
;
QCString
title
;
SectionType
type
;
SectionType
type
;
QCString
ref
;
QCString
ref
;
...
...
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