FreeRDP/winpr/libwinpr/synch/test
akallabeth 2170cc65e3
[warnings] cast return of fprintf (void)
fprintf returns a value. Not using it is mostly fine, but it generates
noise when compiling with all warnings on, so cast to (void)
2024-09-06 09:16:21 +02:00
..
CMakeLists.txt [warnings] disable warnings for generated code 2024-08-28 09:18:30 +02:00
TestSynchAPC.c Fixed compilation warnings 2021-08-02 10:28:06 +02:00
TestSynchBarrier.c [warnings] replace rand() function use 2024-08-29 17:13:53 +02:00
TestSynchCritical.c [warnings] replace rand() function use 2024-08-29 17:13:53 +02:00
TestSynchEvent.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
TestSynchInit.c [warnings] replace rand() function use 2024-08-29 17:13:53 +02:00
TestSynchMultipleThreads.c [warnings] cast return of fprintf (void) 2024-09-06 09:16:21 +02:00
TestSynchMutex.c [warnings] fix cert-err33-c 2024-08-29 10:19:27 +02:00
TestSynchSemaphore.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
TestSynchThread.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
TestSynchTimerQueue.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
TestSynchWaitableTimer.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
TestSynchWaitableTimerAPC.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00