mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-20 01:31:09 +00:00
Fix -Wself-assign warning
explicitly assigning a variable of type 'j_decompress_ptr' (aka 'jpeg_decompress_struct *') to itself
This commit is contained in:
parent
50a48cdf6b
commit
926b41f4a5
1 changed files with 0 additions and 1 deletions
|
@ -1421,7 +1421,6 @@ skip_input_data (j_decompress_ptr cinfo, long num_bytes)
|
|||
static void
|
||||
term_source (j_decompress_ptr cinfo)
|
||||
{
|
||||
cinfo = cinfo;
|
||||
/* no work necessary here */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue