diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-10-11 13:13:04 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-10-14 19:13:38 +0530 |
| commit | 9ac98040ae06ec4c0da059a3cd8c729626d6099c (patch) | |
| tree | 64a36827e35da2b413f7c63139ccd3ada4626e43 /test cases/vala/5 target glib/retcode.c | |
| parent | 354c4bcaeb093e1b8ef161985901b23957314bc0 (diff) | |
| download | meson-9ac98040ae06ec4c0da059a3cd8c729626d6099c.tar.gz | |
Add a unittest using the Vala and C warnings test
This actually tests that -Wall, -Werror, and -w are set in the right
targets.
Diffstat (limited to 'test cases/vala/5 target glib/retcode.c')
| -rw-r--r-- | test cases/vala/5 target glib/retcode.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/vala/5 target glib/retcode.c b/test cases/vala/5 target glib/retcode.c new file mode 100644 index 000000000..abca9bfab --- /dev/null +++ b/test cases/vala/5 target glib/retcode.c @@ -0,0 +1,5 @@ +int +get_ret_code (void) +{ + return 42; +} |
