Skip to content

Commit 6c0bfa8

Browse files
committed
clang-tidy: Disable false positive warning generated by test
1 parent f6a7f66 commit 6c0bfa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/osmium/io/bzip2_compression.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ namespace osmium {
155155

156156
// Do not close stdout
157157
if (fileno(wrapped_file) == 1) {
158-
return;
158+
return; // NOLINT(clang-analyzer-unix.Stream)
159159
}
160160

161161
if (fclose(wrapped_file) != 0) {

0 commit comments

Comments
 (0)