mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Avoid g++ warnings.
This commit is contained in:
@@ -1299,8 +1299,8 @@ Output::output_lookup_array () const
|
||||
|
||||
if (option[DEBUG])
|
||||
fprintf (stderr,
|
||||
"dup_ptr[%d]: hash_value = %d, index = %d, count = %d\n",
|
||||
dup_ptr - duplicates,
|
||||
"dup_ptr[%lu]: hash_value = %d, index = %d, count = %d\n",
|
||||
static_cast<unsigned long>(dup_ptr - duplicates),
|
||||
dup_ptr->hash_value, dup_ptr->index, dup_ptr->count);
|
||||
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user