mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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> |
||
|---|---|---|
| .. | ||
| local.sh | ||
| Makefile | ||
| run.py | ||
| tcp-conn-v6.c | ||
| tcp-conn.c | ||
| tcp-constructor.c | ||
| tcp-test.py | ||