
  CC       glthread/lock.o
glthread/lock.c: In function `glthread_lock_lock_func':
glthread/lock.c:651: warning: passing arg 1 of `InterlockedIncrement' discards qualifiers from pointer target type
glthread/lock.c: In function `glthread_rwlock_rdlock_func':
glthread/lock.c:791: warning: passing arg 1 of `InterlockedIncrement' discards qualifiers from pointer target type
glthread/lock.c: In function `glthread_rwlock_wrlock_func':
glthread/lock.c:845: warning: passing arg 1 of `InterlockedIncrement' discards qualifiers from pointer target type
glthread/lock.c: In function `glthread_recursive_lock_lock_func':
glthread/lock.c:969: warning: passing arg 1 of `InterlockedIncrement' discards qualifiers from pointer target type
glthread/lock.c: In function `glthread_once_func':
glthread/lock.c:1026: warning: passing arg 1 of `InterlockedIncrement' discardsqualifiers from pointer target type
glthread/lock.c:1039: warning: passing arg 1 of `InterlockedDecrement' discards qualifiers from pointer target type

