Closed
Bug 8657
Opened 25 years ago
Closed 22 years ago
Fix numerous compiler warnings in libimg
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
RESOLVED
WONTFIX
M14
People
(Reporter: David.R.Gardiner, Assigned: pnunn)
Details
Attachments
(8 files)
320 bytes,
patch
|
Details | Diff | Splinter Review | |
504 bytes,
patch
|
Details | Diff | Splinter Review | |
341 bytes,
patch
|
Details | Diff | Splinter Review | |
1.35 KB,
patch
|
Details | Diff | Splinter Review | |
695 bytes,
patch
|
Details | Diff | Splinter Review | |
907 bytes,
patch
|
Details | Diff | Splinter Review | |
369 bytes,
patch
|
Details | Diff | Splinter Review | |
435 bytes,
patch
|
Details | Diff | Splinter Review |
Files in modules\libimg\
pngcom\png_png.cpp(30) warning C4005: 'ERROR' : macro redefinition
src\ilclient.cpp(373) : warning C4018: '!=' : signed/unsigned mismatch
src\ilclient.cpp(374) : warning C4018: '!=' : signed/unsigned mismatch
src\ilclient.cpp(438) : warning C4101: 'result' : unreferenced local variable
src\il_util.cpp(103) : warning C4244: '=' : conversion from 'unsigned long' to
'unsigned char', possible loss of data
src\il_util.cpp(104) : warning C4244: '=' : conversion from 'unsigned long' to
'unsigned char', possible loss of data
src\il_util.cpp(105) : warning C4244: '=' : conversion from 'unsigned long' to
'unsigned char', possible loss of data
src\il_util.cpp(109) : warning C4244: '=' : conversion from 'unsigned long' to
'unsigned char', possible loss of data
src\il_util.cpp(116) : warning C4244: '=' : conversion from 'unsigned long' to
'unsigned char', possible loss of data
src\il_util.cpp(118) : warning C4244: '=' : conversion from 'unsigned long' to
'unsigned char', possible loss of data
src\il_util.cpp(120) : warning C4244: '=' : conversion from 'unsigned long' to
'unsigned char', possible loss of data
src\il_util.cpp(306) : warning C4244: '=' : conversion from 'long' to 'unsigned
char', possible loss of data
src\scale.cpp(208) : warning C4244: '=' : conversion from 'unsigned long' to
'unsigned short', possible loss of data
src\scale.cpp(698) : warning C4018: '>=' : signed/unsigned mismatch
src\scale.cpp(724) : warning C4018: '!=' : signed/unsigned mismatch
src\scale.cpp(730) : warning C4018: '>=' : signed/unsigned mismatch
src\scale.cpp(751) : warning C4018: '!=' : signed/unsigned mismatch
src\scale.cpp(757) : warning C4018: '>=' : signed/unsigned mismatch
Patches use casts to fix compiler warnings.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Reporter | ||
Comment 3•25 years ago
|
||
Reporter | ||
Comment 4•25 years ago
|
||
Reporter | ||
Comment 5•25 years ago
|
||
Reporter | ||
Comment 6•25 years ago
|
||
Reporter | ||
Comment 7•25 years ago
|
||
Reporter | ||
Comment 8•25 years ago
|
||
Comment 9•25 years ago
|
||
pnunn/neeti, are there any problems with the submitted patches, or why is this
being resolved as LATER?
Thanks!
Assignee | ||
Comment 10•25 years ago
|
||
Most of these probably have been fixed, but I don't
have time to verify.
-p
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 11•25 years ago
|
||
david.gardiner@unisa.edu.au, I'm going to resolve this bug as VERIFIED/LATER.
Although I know it's an imposition and do apologize, if you'd like to determine
which of these compiler warnings are still relevant and confirm that the patches
are still relevant, please feel free to.
Comment 13•22 years ago
|
||
WONTFIX. libimg is dead.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 22 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•