diff --git a/src/common/pa_trace.c b/src/common/pa_trace.c index 40fbc04..818abff 100644 --- a/src/common/pa_trace.c +++ b/src/common/pa_trace.c @@ -227,4 +227,12 @@ void PaUtil_DiscardHighSpeedLog( LogHandle hLog ) PaUtil_FreeMemory(pLog); } +#else +/* This stub was added so that this file will generate a symbol. + * Otherwise linker/archiver programs will complain. + */ +int PaUtil_TraceStubToSatisfyLinker(void) +{ + return 0; +} #endif /* TRACE_REALTIME_EVENTS */