From: Steve Youngs Date: Sun, 6 Dec 2015 23:26:44 +0000 (+1000) Subject: Compiler & warning related updates/fixes from Nelson X-Git-Tag: v22.1.16~14 X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=fd2c93018b11b5bcb0aea8fa783f3c58046989bf;p=sxemacs Compiler & warning related updates/fixes from Nelson * merges: Typo fix, 'max_align_t' -> 'sxe_max_align_t' Silence warnings about usage of deprecated function when existing alternative is not available. Use proper assert in lwlib Fix typo on include guard for term.h Use proper max in lwlib Add some prototype to silence silly warnings. Turn off warning about deprecated usage of __free_hook. Use min/max from sxe-utils Properly handle return from getcwd. Shut set but unused warnings. Rename our max_align_t to sxe_max_align_t Mark variables set but unused. Fixup assert definitions. Add SXE_SET_UNUSED to shut unused warnings. Cleanup utilities. Introduce sxe-memory.h Address static inline warning in ase. Prevent movemail from proceeding when setuid fails --- fd2c93018b11b5bcb0aea8fa783f3c58046989bf