[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0-40-g79c924a

OISF Git noreply at openinfosecfoundation.org
Mon Apr 14 08:49:11 UTC 2014


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

The branch, master has been updated
       via  79c924af8ca2a84e35c90dc8807ce5e7e87e1661 (commit)
      from  26778b8703a34ce5065395a307c582dbbc7cb152 (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 79c924af8ca2a84e35c90dc8807ce5e7e87e1661
Author: Victor Julien <victor at inliniac.net>
Date:   Sun Apr 13 10:35:36 2014 +0200

    Fix 2 compiler warnings
    
    FreeBSD 10 32-bit with clang 3.3:
    
    log-tlslog.c:172:14: error: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Werror,-Wformat]
                 p->ts.tv_sec,
                 ^~~~~~~~~~~~
    1 error generated.
    
    detect-engine-payload.c:508:27: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Wformat]
        printf("%ld.%06ld\n", tv_diff.tv_sec, (long int)tv_diff.tv_usec);
                ~~~           ^~~~~~~~~~~~~~
                %d
    1 warning generated.

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

Summary of changes:
 src/detect-engine-payload.c |    2 +-
 src/log-tlslog.c            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list