Fix MSVC warning C4390
';' : empty controlled statement found; is this the intent?
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user