better way to fix gnu warnings
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
|
||||
static void osiThreadCallEntryPoint (void *pPvt); // for gnu warning
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "osiThread.h"
|
||||
|
||||
|
||||
@@ -90,8 +90,6 @@ epicsShareFunc void * epicsShareAPI threadPrivateGet (threadPrivateId);
|
||||
#include "locationException.h"
|
||||
#include "osiEvent.h"
|
||||
|
||||
static void osiThreadCallEntryPoint (void *pPvt); // for gnu warning
|
||||
|
||||
class epicsShareClass osiThread {
|
||||
public:
|
||||
osiThread (const char *name, unsigned stackSize,
|
||||
|
||||
Reference in New Issue
Block a user