Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
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
钟尚武
dlib
Commits
5b451683
Commit
5b451683
authored
Oct 01, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes to suppress compiler warnings in gcc
parent
a0f078d9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
jccoefct.cpp
dlib/external/libjpeg/jccoefct.cpp
+1
-1
jccolor.cpp
dlib/external/libjpeg/jccolor.cpp
+1
-1
jcmarker.cpp
dlib/external/libjpeg/jcmarker.cpp
+1
-1
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)
...
@@ -338,7 +338,7 @@ compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
*/
*/
METHODDEF
(
int
)
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
;
my_coef_ptr
coef
=
(
my_coef_ptr
)
cinfo
->
coef
;
JDIMENSION
MCU_col_num
;
/* index of current MCU within row */
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,
...
@@ -338,7 +338,7 @@ null_convert (j_compress_ptr cinfo,
*/
*/
METHODDEF
(
void
)
METHODDEF
(
void
)
null_method
(
j_compress_ptr
cinfo
)
null_method
(
j_compress_ptr
)
//
cinfo)
{
{
/* no work needed */
/* 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)
...
@@ -219,7 +219,7 @@ emit_dht (j_compress_ptr cinfo, int index, int is_ac)
LOCAL
(
void
)
LOCAL
(
void
)
emit_dac
(
j_compress_ptr
cinfo
)
emit_dac
(
j_compress_ptr
)
//
cinfo)
/* Emit a DAC marker */
/* Emit a DAC marker */
/* Since the useful info is so small, we want to emit all the tables in */
/* 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. */
/* 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;
...
@@ -72,7 +72,7 @@ typedef my_downsampler * my_downsample_ptr;
*/
*/
METHODDEF
(
void
)
METHODDEF
(
void
)
start_pass_downsample
(
j_compress_ptr
cinfo
)
start_pass_downsample
(
j_compress_ptr
)
//
cinfo)
{
{
/* no work for now */
/* 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