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
5b451683
Commit
5b451683
authored
Sep 30, 2014
by
Davis King
Browse files
Minor changes to suppress compiler warnings in gcc
parent
a0f078d9
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
dlib/external/libjpeg/jccoefct.cpp
dlib/external/libjpeg/jccoefct.cpp
+1
-1
dlib/external/libjpeg/jccolor.cpp
dlib/external/libjpeg/jccolor.cpp
+1
-1
dlib/external/libjpeg/jcmarker.cpp
dlib/external/libjpeg/jcmarker.cpp
+1
-1
dlib/external/libjpeg/jcsample.cpp
dlib/external/libjpeg/jcsample.cpp
+1
-1
No files found.
dlib/external/libjpeg/jccoefct.cpp
View file @
5b451683
...
...
@@ -338,7 +338,7 @@ compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
*/
METHODDEF
(
int
)
compress_output
(
j_compress_ptr
cinfo
,
JSAMPIMAGE
input_buf
)
compress_output
(
j_compress_ptr
cinfo
,
JSAMPIMAGE
)
//
input_buf)
{
my_coef_ptr
coef
=
(
my_coef_ptr
)
cinfo
->
coef
;
JDIMENSION
MCU_col_num
;
/* index of current MCU within row */
...
...
dlib/external/libjpeg/jccolor.cpp
View file @
5b451683
...
...
@@ -338,7 +338,7 @@ null_convert (j_compress_ptr cinfo,
*/
METHODDEF
(
void
)
null_method
(
j_compress_ptr
cinfo
)
null_method
(
j_compress_ptr
)
//
cinfo)
{
/* no work needed */
}
...
...
dlib/external/libjpeg/jcmarker.cpp
View file @
5b451683
...
...
@@ -219,7 +219,7 @@ emit_dht (j_compress_ptr cinfo, int index, int is_ac)
LOCAL
(
void
)
emit_dac
(
j_compress_ptr
cinfo
)
emit_dac
(
j_compress_ptr
)
//
cinfo)
/* Emit a DAC marker */
/* Since the useful info is so small, we want to emit all the tables in */
/* one DAC marker. Therefore this routine does its own scan of the table. */
...
...
dlib/external/libjpeg/jcsample.cpp
View file @
5b451683
...
...
@@ -72,7 +72,7 @@ typedef my_downsampler * my_downsample_ptr;
*/
METHODDEF
(
void
)
start_pass_downsample
(
j_compress_ptr
cinfo
)
start_pass_downsample
(
j_compress_ptr
)
//
cinfo)
{
/* no work for now */
}
...
...
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