summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/s_clang-scan.diff
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/s_clang-scan.diff')
-rw-r--r--src/third_party/wiredtiger/dist/s_clang-scan.diff12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/third_party/wiredtiger/dist/s_clang-scan.diff b/src/third_party/wiredtiger/dist/s_clang-scan.diff
index d7177e94279..3c0bd823a4c 100644
--- a/src/third_party/wiredtiger/dist/s_clang-scan.diff
+++ b/src/third_party/wiredtiger/dist/s_clang-scan.diff
@@ -1,11 +1,11 @@
In file included from src/block/block_write.c:9:
-In file included from ./src/include/wt_internal.h:418:
+In file included from ./src/include/wt_internal.h:420:
./src/include/intpack.i:193:7: warning: Assigned value is garbage or undefined
p = *pp;
^ ~~~
-1 warning generated.
+1 warning generated
In file included from src/btree/col_modify.c:9:
-In file included from ./src/include/wt_internal.h:423:
+In file included from ./src/include/wt_internal.h:425:
./src/include/mutex.i:158:13: warning: Null pointer passed as an argument to a 'nonnull' parameter
return (pthread_mutex_trylock(&t->lock));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -14,12 +14,8 @@ src/conn/conn_capacity.c:291:5: warning: Value stored to 'capacity' is never rea
capacity = steal_capacity = 0;
^ ~~~~~~~~~~~~~~~~~~
1 warning generated.
-src/reconcile/rec_col.c:1111:25: warning: Null pointer passed as an argument to a 'nonnull' parameter
- memcmp(last.value->data, data, size) == 0))) {
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-1 warning generated.
In file included from src/reconcile/rec_write.c:9:
-In file included from ./src/include/wt_internal.h:423:
+In file included from ./src/include/wt_internal.h:425:
./src/include/mutex.i:184:16: warning: Null pointer passed as an argument to a 'nonnull' parameter
if ((ret = pthread_mutex_unlock(&t->lock)) != 0)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~