On 2010/05/14 17:22, Landry Breuil wrote: > > The warnings are not really important per se, lots of ports build fine > with TONS of warnings, but at least -Wall makes sure they are shown.
It depends on exactly what they are of course. For example, if there are implicit declarations (for functions returning pointers) or warnings about pointer conversions you can expect some problems on LP64 arch...