Andreas Schwab <schwab <at> suse.de> writes: > > modules/time.c: In function 'builtin_ctime': > modules/time.c:100: warning: dereferencing type-punned pointer will break strict-aliasing rules > > This is guaranteed to fail on bigendian hosts with time_t > int.
Thanks for the report. This patch is probably small enough to apply, but would you be willing to fill out copyright assignment for future patches? This, combined with your previous submissions, is starting to become non-trivial. > > 2006-06-05 Andreas Schwab <schwab <at> suse.de> > > * modules/time.c (ctime): Pass correctly typed variable to > m4_numeric_arg. > (gmtime): Likewise. > (localtime): Likewise. > (strftime): Likewise. -- Eric Blake _______________________________________________ M4-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/m4-patches
