From: David E. <tw...@us...> - 2005-08-16 17:40:15
|
Armin & others, I suggest that -Werror is removed from all Makefile.am files in OpenSync/libsyncml. This will prevent unneccessary support requests for compilation problems caused by stricted compilers (gcc4 :-) -- I have had a fair share of those in SynCE for this reason! For developers, the same effect as having -Werror in Makefile.am can be attained by setting the CFLAGS environment variable to -Werror before running ./configure. (In order for this to work, it must be made sure that AM_CFLAGS and not CFLAGS is used Makefile.am for this to work properly, but I don't think this is an issue with OpenSync! :-) -- Regards, -\- David Eriksson -/- SynCE - http://synce.sourceforge.net ScummVM - http://scummvm.sourceforge.net Desquirr - http://desquirr.sourceforge.net |