Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/net/ipsec



Module Name:    src
Committed By:   kre
Date:           Mon Sep 21 10:52:43 UTC 2026

Modified Files:
        src/tests/net/ipsec: t_ipsec_policy.c

Log Message:
tests/ipsec/t_ipsec_policy.c -- appease clang

Cast to (void) not (void *) to explicitly ignore a function return
value, even though that value is a pointer.

Might fix the clang builds (should go part way at least).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/ipsec/t_ipsec_policy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index