criu/soccr/test
Nicolas Viennot 17c4a8b245 style: Enforce kernel style -Wstrict-prototypes
Include warnings that the kernel uses during compilation:
-Wstrict-prototypes: enforces full declaration of functions.
Previously, when declaring extern void func(), one can call func(123)
and have no compilation error. This is dangerous. The correct declaration
is extern void func(void).

Signed-off-by: Nicolas Viennot <Nicolas.Viennot@twosigma.com>
[Generated a commit message from the pull request]
Signed-off-by: Dmitry Safonov <dima@arista.com>
2020-02-04 12:39:42 -08:00
..
local.sh soccr: add a test 2017-01-16 11:04:50 +03:00
Makefile soccr: add one more test to check libsoccr_save/libsoccr_restore 2017-02-01 18:41:29 +03:00
run.py test/other: Resolve Py3 compatibility issues 2019-09-07 15:59:56 +03:00
tcp-conn-v6.c soccr: add one more test to check libsoccr_save/libsoccr_restore 2017-02-01 18:41:29 +03:00
tcp-conn.c style: Enforce kernel style -Wstrict-prototypes 2020-02-04 12:39:42 -08:00
tcp-constructor.c style: Enforce kernel style -Wstrict-prototypes 2020-02-04 12:39:42 -08:00
tcp-test.py Convert to python3 style print() syntax 2018-10-30 19:28:01 +03:00