Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
5b4206f9
Commit
5b4206f9
authored
Oct 16, 2017
by
Davis King
Browse files
Suppress compiler warnings
parent
f18f753c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
tools/convert_dlib_nets_to_caffe/main.cpp
tools/convert_dlib_nets_to_caffe/main.cpp
+5
-5
No files found.
tools/convert_dlib_nets_to_caffe/main.cpp
View file @
5b4206f9
...
@@ -610,7 +610,7 @@ public:
...
@@ -610,7 +610,7 @@ public:
)
{
}
)
{
}
virtual
void
start_element
(
virtual
void
start_element
(
const
unsigned
long
line_number
,
const
unsigned
long
/*
line_number
*/
,
const
std
::
string
&
name
,
const
std
::
string
&
name
,
const
dlib
::
attribute_list
&
atts
const
dlib
::
attribute_list
&
atts
)
)
...
@@ -668,7 +668,7 @@ public:
...
@@ -668,7 +668,7 @@ public:
}
}
virtual
void
end_element
(
virtual
void
end_element
(
const
unsigned
long
line_number
,
const
unsigned
long
/*
line_number
*/
,
const
std
::
string
&
name
const
std
::
string
&
name
)
)
{
{
...
@@ -693,9 +693,9 @@ public:
...
@@ -693,9 +693,9 @@ public:
}
}
virtual
void
processing_instruction
(
virtual
void
processing_instruction
(
const
unsigned
long
line_number
,
const
unsigned
long
/*
line_number
*/
,
const
std
::
string
&
target
,
const
std
::
string
&
/*
target
*/
,
const
std
::
string
&
data
const
std
::
string
&
/*
data
*/
)
)
{
{
}
}
...
...
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