Low-hanging fruit: Fix most warnings in lib/DtSearch.
Most of these are related to missing includes and prototypes as well as parens/braces. A few are also potential 64bit issues.
This commit is contained in:
committed by
Jon Trulson
parent
0bbd4ff9aa
commit
a1cbcd24db
@@ -96,6 +96,7 @@
|
||||
#define MEMORY_SIZE 64000 /* 65536 is 64 KBytes of memory */
|
||||
#define REC_TYPES 256
|
||||
#define NORM_VALUE 30
|
||||
#undef INFINITY /* XXX does GCC's __builtin_inff() work here? */
|
||||
#define INFINITY 9999.0
|
||||
#define SORT_MESG 10000
|
||||
#define CHAR_BITS 8
|
||||
|
||||
Reference in New Issue
Block a user