Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.90
-
None
-
SunOS 5.10 i86pc
cc: Sun C 5.8 2005/10/13
Description
Not all C compilers understand -Wall and -ansi, therefore their use should be wrapped in a if [ $GCC = yes ] test.
(I know that there are other portability issues, but this one is easy to fix)