This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MIG".
The branch, master has been updated via 789a7e7299a580f295d1abd327bb4acf063fd9f0 (commit) from b8874015bd1d09b1b72293c0b5be422fd375e04b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 789a7e7299a580f295d1abd327bb4acf063fd9f0 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Jan 28 01:26:49 2018 +0100 Fix compilation warnings Nowadays' compilers are able to recognize memcpy and replace it appropriately without having to tell them so through a structure assignment. That also avoids warnings about type puning. * utils.c (WriteCopyType): Emit memcpy call instead of type-puned assignement. ----------------------------------------------------------------------- Summary of changes: utils.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) hooks/post-receive -- MIG