diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2009-11-19 00:14:56 +0000 |
---|---|---|
committer | Michael Vrhel <michael.vrhel@artifex.com> | 2009-11-19 00:14:56 +0000 |
commit | cf49e9f382dfca3b354140b5ad10e0155820ab0f (patch) | |
tree | 2c2e0af5684ebc5689d74ff4240ba334c525827c /gs/base/gsicc_profilecache.c | |
parent | 072be0ff327a96270a8ec624c739af9a6105871f (diff) |
reduction of more compiler warnings.
git-svn-id: http://svn.ghostscript.com/ghostscript/branches/icc_work@10350 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/gsicc_profilecache.c')
-rw-r--r-- | gs/base/gsicc_profilecache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gs/base/gsicc_profilecache.c b/gs/base/gsicc_profilecache.c index 6f6aa7aa8..acbc84920 100644 --- a/gs/base/gsicc_profilecache.c +++ b/gs/base/gsicc_profilecache.c @@ -150,7 +150,6 @@ gsicc_findprofile(int64_t hash, gsicc_profile_list_t *profile_list) {
gsicc_profile_entry_t *curr_pos1,*curr_pos2;
- bool foundit = 0;
/* Look through the cache for the hashcode */
@@ -195,7 +194,6 @@ static gsicc_profile_entry_t* gsicc_find_zeroref_list(gsicc_profile_list_t *profile_list){
gsicc_profile_entry_t *curr_pos1,*curr_pos2;
- bool foundit = 0;
curr_pos1 = profile_list->icc_profile_entry;
curr_pos2 = curr_pos1;
|