Merge branch 'master' into PSI

This commit is contained in:
2026-01-06 14:56:11 +01:00
11 changed files with 194 additions and 161 deletions
+5
View File
@@ -14,6 +14,11 @@
#include <cstring>
#include <memory>
// allow to test deprecated functions without causing compiler warnings
#include <compilerDependencies.h>
#undef EPICS_DEPRECATED
#define EPICS_DEPRECATED
#include <testMain.h>
#include <pv/pvUnitTest.h>
+2 -1
View File
@@ -6,6 +6,7 @@
#include <testMain.h>
#include <epicsUnitTest.h>
#include <epicsStdio.h>
#include <pv/current_function.h>
#include <pv/pvData.h>
@@ -54,7 +55,7 @@ void buildMiss()
for(size_t i=0; i<1000; i++) {
// unique name each time to (partially) defeat caching
char buf[10];
sprintf(buf, "field%zu", i);
epicsSnprintf(buf, sizeof(buf), "field%lu", (unsigned long) i);
record.start();