Quiet warning about unresolved macros in comments (R3.15+)
This commit is contained in:
@@ -49,6 +49,9 @@ putenv "EPICS_TS_MIN_WEST=-60"
|
||||
# Allow backward compatible non-monotonic breaktables
|
||||
dbBptNotMonotonic=1
|
||||
|
||||
# Quiet warnings about unresolved macros in comments
|
||||
dbQuietMacroWarnings=1
|
||||
|
||||
# Start Logging
|
||||
putenv getenv("EPICS_IOC_LOG_INET") ? "" : "EPICS_IOC_LOG_INET=gfa-syslog"
|
||||
putenv getenv("EPICS_IOC_LOG_PORT") ? "" : "EPICS_IOC_LOG_PORT=1514"
|
||||
|
||||
@@ -86,6 +86,9 @@ epicsEnvSet STREAM_PROTOCOL_PATH, .:$(PWD)/cfg
|
||||
# Allow non-monotonic breaktables
|
||||
var dbBptNotMonotonic 1
|
||||
|
||||
# Quiet warnings about unresolved macros in comments
|
||||
var dbQuietMacroWarnings 1
|
||||
|
||||
# IOC monitoring
|
||||
require iocStats $(iocStats_VERSION=ifexists)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user