Changeset: 8d0832712c1c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8d0832712c1c Modified Files: gdk/gdk_system.h Branch: Apr2019 Log Message:
Really ignore name argument in MT_lock_init. diffs (12 lines): diff --git a/gdk/gdk_system.h b/gdk/gdk_system.h --- a/gdk/gdk_system.h +++ b/gdk/gdk_system.h @@ -305,7 +305,7 @@ gdk_export ATOMIC_TYPE volatile GDKlocks #define _DBG_LOCK_CONTENTION(l, n) ((void) (n)) #define _DBG_LOCK_SLEEP(l, n) ((void) (n)) #define _DBG_LOCK_COUNT_2(l) ((void) 0) -#define _DBG_LOCK_INIT(l, n) ((void) (n)) +#define _DBG_LOCK_INIT(l, n) ((void) 0) #define _DBG_LOCK_DESTROY(l) ((void) 0) #define _DBG_LOCK_LOCKER(l, n) ((void) (n)) _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
