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 74172cdd9a4b056d27ce2524e0aa0f3fcb2b0770 (commit) from 789a7e7299a580f295d1abd327bb4acf063fd9f0 (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 74172cdd9a4b056d27ce2524e0aa0f3fcb2b0770 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Jan 28 16:35:16 2018 +0100 Fix RPC build warnings Users of RPCs want to be able to pass pointers to const data, so add const qualifiers to RPCs as appropriate. * utils.c (UserVarConst, UserVarQualifier): New functions. (WriteUserVarDecl): Use UserVarQualifier to qualify function parameter. (WriteFieldDeclPrim): Use UserVarConst to qualify pointer to user variable. ----------------------------------------------------------------------- Summary of changes: utils.c | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) hooks/post-receive -- MIG