summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-06 16:51:40 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-06 16:51:40 +0000
commit63d3bcb9a4e7cde6cf6cb952d770fd36bfdae423 (patch)
tree9bfda8151b3e8fe323e6cc82cd428fc0fc4882e6
parent3ac44e6951ab61820f83b66ed63b96bf347fa2d1 (diff)
downloadATCD-63d3bcb9a4e7cde6cf6cb952d770fd36bfdae423.tar.gz
Fixed g++ warnings.
-rw-r--r--apps/gperf/src/Key_List.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gperf/src/Key_List.cpp b/apps/gperf/src/Key_List.cpp
index aab43358211..76d0cd5fb67 100644
--- a/apps/gperf/src/Key_List.cpp
+++ b/apps/gperf/src/Key_List.cpp
@@ -1700,8 +1700,8 @@ Key_List::Key_List (void)
struct_tag (Key_List::default_array_type),
max_key_len (INT_MIN),
min_key_len (INT_MAX),
- additional_code (0),
key_sort (0),
+ additional_code (0),
total_keys (1)
{
}