From: Colin P. A. <co...@co...> - 2008-05-16 14:43:17
|
>> gestalt_test_driver49.c:1920: warning: initialization from incompatible pointer type >Can you send me the C code of the corresponding function >and indicate which line is #1920? Line 1920 looks like this: {0, 1912, EIF_FALSE, &T1912f40}, This is part of a huge static array: EIF_TYPE GE_types[2384] = { The other occurrences of the warning are all of the same pattern, for instance: {0, 174, EIF_FALSE, 0}, {0, 175, EIF_FALSE, &T175f12}, there is a warning generated for the second of the two above lines, but not the first. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com -- Colin Adams Preston Lancashire |