mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
There's one remaining memalign2.c:29:9: warning: unused variable 'piece' [-Wunused-variable] because of a block of #if FreeBSD for memalign that looks unnecessary Otherwise all that is left is a few like warning: unknown warning option '-Wno-alloc-size-larger-than'; did you mean '-Wno-frame-larger-than='? [-Wunknown-warning-option] because there is no standard for compiler arguments.
12 lines
470 B
Plaintext
12 lines
470 B
Plaintext
|
|
Reader-writer lock not locked by calling thread: rwlock 0x.........
|
|
at 0x........: pthread_rwlock_unlock (drd_pthread_intercepts.c:?)
|
|
by 0x........: safe_pthread_rwlock_unlock (safe-pthread.h:59)
|
|
by 0x........: main (tc12_rwl_trivial.c:29)
|
|
rwlock 0x........ was first observed at:
|
|
at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
|
|
by 0x........: main (tc12_rwl_trivial.c:18)
|
|
|
|
|
|
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|