diff options
| author | jvoisin | 2023-08-20 19:02:03 +0200 |
|---|---|---|
| committer | jvoisin | 2023-08-20 20:51:19 +0200 |
| commit | bc50ed6c3de76c11b2dde92d0f28dd45941fc327 (patch) | |
| tree | 7cedd350931edc1ebcd23aeefd8cce3a8750c7a8 /tests/test_vsnprintf_static.c | |
| parent | c17d47669ff12057f732f9ae3f69b22d52b4c6b5 (diff) | |
Fix clang build
- s/CLFAGS/CFLAGS/
- provide paths to local includes
- sprinkle more __pass_object_size__
- remove a problematic test
Diffstat (limited to 'tests/test_vsnprintf_static.c')
| -rw-r--r-- | tests/test_vsnprintf_static.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_vsnprintf_static.c b/tests/test_vsnprintf_static.c index f1263a8..d6b7e9b 100644 --- a/tests/test_vsnprintf_static.c +++ b/tests/test_vsnprintf_static.c | |||
| @@ -10,6 +10,7 @@ int msg_valid(int n, const char * format, ... ) { | |||
| 10 | va_start (args, format); | 10 | va_start (args, format); |
| 11 | vsnprintf(buffer, n, format, args); | 11 | vsnprintf(buffer, n, format, args); |
| 12 | va_end (args); | 12 | va_end (args); |
| 13 | return 0; | ||
| 13 | } | 14 | } |
| 14 | 15 | ||
| 15 | int msg(int n, const char * format, ... ) { | 16 | int msg(int n, const char * format, ... ) { |
