FreeRDP/winpr/libwinpr/synch
Ilya Shipitsin 879f1c3944 removed redundant condition:
[winpr/libwinpr/synch/semaphore.c:131] -> [winpr/libwinpr/synch/semaphore.c:136]: (warning) Either the condition 'if(semaphore)' is redundant or there is possible null pointer dereference: semaphore.
[winpr/libwinpr/synch/semaphore.c:132] -> [winpr/libwinpr/synch/semaphore.c:136]: (warning) Either the condition 'if(semaphore)' is redundant or there is possible null pointer dereference: semaphore.
[winpr/libwinpr/synch/semaphore.c:133] -> [winpr/libwinpr/synch/semaphore.c:136]: (warning) Either the condition 'if(semaphore)' is redundant or there is possible null pointer dereference: semaphore.
[winpr/libwinpr/synch/semaphore.c:134] -> [winpr/libwinpr/synch/semaphore.c:136]: (warning) Either the condition 'if(semaphore)' is redundant or there is possible null pointer dereference: semaphore.
2017-01-28 12:36:08 +05:00
..
test fix string format specifiers 2016-12-16 13:48:43 +01:00
address.c libwinpr-synch: implemented Win32 Events 2012-09-18 18:36:13 -04:00
barrier.c winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
CMakeLists.txt Necessary changes to get latest branch working on OpenBSD 5.6 2015-04-21 14:42:06 -04:00
condition.c libwinpr-synch: implemented Win32 Events 2012-09-18 18:36:13 -04:00
critical.c winpr: several pool and synch fixes 2016-06-04 17:09:48 +02:00
event.c winpr/event: fix file descriptor leak 2016-05-23 13:04:44 +02:00
init.c winpr: fix win32 linking issues 2016-06-16 11:47:33 +02:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
mutex.c fix string format specifiers 2016-12-16 13:48:43 +01:00
semaphore.c removed redundant condition: 2017-01-28 12:36:08 +05:00
sleep.c Fixed various memory leaks and compiler warnings. 2013-09-05 12:14:33 +02:00
srw.c libwinpr-synch: implemented Win32 Events 2012-09-18 18:36:13 -04:00
synch.h winpr/synch: rewrite barrier implementation & test 2016-06-03 18:56:36 +02:00
timer.c winpr/synch: fix InitializeWaitableTimer result 2016-06-06 23:06:12 +02:00
wait.c fix string format specifiers 2016-12-16 13:48:43 +01:00