Quiet warning about unresolved macros in comments (R3.15+)

This commit is contained in:
2023-11-24 11:33:13 +01:00
parent ab2ed2c17e
commit 56e32965da
2 changed files with 6 additions and 0 deletions

View File

@@ -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"

View File

@@ -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)