[lxc-devel] [GIT] lxc branch, master, updated. 0e391e57b0e463720b956cf0fa515e861027c4b0

Daniel Lezcano git at users.sourceforge.net
Tue Jun 1 10:17:05 UTC 2010


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 "lxc".

The branch, master has been updated
       via  0e391e57b0e463720b956cf0fa515e861027c4b0 (commit)
      from  196f1d54cef61534e6f98a47956cc87bffb6152e (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 0e391e57b0e463720b956cf0fa515e861027c4b0
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date:   Tue Jun 1 12:13:32 2010 +0200

    fix compilation warnings
    
    Fix the following warnings:
    
    console.c: In function ‘console_handler’:
    console.c:252: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
    console.c:254: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
    conf.c: In function ‘instanciate_veth’:
    conf.c:1130: warning: ignoring return value of ‘mktemp’, declared with attribute warn_unused_result
    conf.c:1135: warning: ignoring return value of ‘mktemp’, declared with attribute warn_unused_result
    conf.c: In function ‘instanciate_macvlan’:
    conf.c:1206: warning: ignoring return value of ‘mktemp’, declared with attribute warn_unused_result
    af_unix.c: In function ‘lxc_af_unix_send_fd’:
    af_unix.c:124: warning: dereferencing type-punned pointer will break strict-aliasing rules
    af_unix.c: In function ‘lxc_af_unix_recv_fd’:
    af_unix.c:169: warning: dereferencing type-punned pointer will break strict-aliasing rules
    af_unix.c: In function ‘lxc_af_unix_send_credential’:
    af_unix.c:195: warning: dereferencing type-punned pointer will break strict-aliasing rules
    af_unix.c: In function ‘lxc_af_unix_rcv_credential’:
    af_unix.c:237: warning: dereferencing type-punned pointer will break strict-aliasing rules
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 src/lxc/af_unix.c |   13 ++++++++-----
 src/lxc/conf.c    |   16 +++++++---------
 src/lxc/console.c |    4 ++--
 3 files changed, 17 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list