Fix MSVC warning C4390

';' : empty controlled statement found; is this the intent?
This commit is contained in:
2025-11-04 17:53:42 +01:00
committed by mdavidsaver
parent b4557d6a5a
commit 95872d9aad

View File

@@ -23,7 +23,7 @@
#if 0
# define TRACE(msg) std::cerr<<"TRACE: "<<CURRENT_FUNCTION<<" : "<< msg <<"\n"
#else
# define TRACE(msg)
# define TRACE(msg) while(0){}
#endif
namespace pvd = epics::pvData;