comparison cdbtest.c @ 10:3bfef1f22a97

trivial changes to get rid of compile-time warnings
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Fri, 31 Jan 2025 15:26:11 +0000
parents 2cb46628feec
children 978eaa166609
comparison
equal deleted inserted replaced
9:79b6f035cd96 10:3bfef1f22a97
64 unsigned long numbadlen = 0; 64 unsigned long numbadlen = 0;
65 unsigned long numfound = 0; 65 unsigned long numfound = 0;
66 66
67 static struct cdb c; 67 static struct cdb c;
68 68
69 main() 69 int main()
70 { 70 {
71 uint32 eod; 71 uint32 eod;
72 uint32 klen; 72 uint32 klen;
73 uint32 dlen; 73 uint32 dlen;
74 seek_pos rest; 74 seek_pos rest;