mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
void* -> void by creating proxy fuction
Change-Id: I903c3d98f3210d1969b9aed6c84f5ccaa803a9ed
This commit is contained in:
@@ -12,10 +12,9 @@
|
||||
|
||||
unsigned notifierCounter;
|
||||
|
||||
void *notifierHandler(void *)
|
||||
void notifierHandler(void *)
|
||||
{
|
||||
notifierCounter++;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user