diff options
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 69e583ad55..525484719b 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8273,7 +8273,7 @@ static NTSTATUS split_ntfs_stream_name(TALLOC_CTX *mem_ctx, const char *fname, /* * upper-case the type field */ - strupper_m(strchr_m(stream, ':')+1); + (void)strupper_m(strchr_m(stream, ':')+1); } done: |