Skip to content

Commit

Permalink
Merge pull request #70 from epics-base/jenkins_problem
Browse files Browse the repository at this point in the history
another attempt to fix jenkins failure
  • Loading branch information
mrkraimer committed Apr 7, 2021
2 parents 426af71 + 1e1d545 commit d54031a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@ SHRLIB_VERSION ?= $(EPICS_PVDATABASE_MAJOR_VERSION).$(EPICS_PVDATABASE_MINOR_VER
# needed for Windows
LIB_SYS_LIBS_WIN32 += netapi32 ws2_32

#pvDatabase_LIBS += $(EPICS_BASE_PVA_CORE_LIBS)
#pvDatabase_LIBS += $(EPICS_BASE_IOC_LIBS)

include $(TOP)/configure/RULES
2 changes: 1 addition & 1 deletion src/pvAccess/channelLocal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ void ChannelRPCLocal::processRequest(
{
result = service->request(pvArgument);
}
catch (RPCRequestException& rre)
catch (epics::pvAccess::RPCRequestException& rre)
{
status = Status(rre.getStatus(), rre.what());
ok = false;
Expand Down
1 change: 0 additions & 1 deletion src/pvAccess/registerChannelProviderLocal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ extern "C" void pvdbl(const iocshArgBuf *args)
static void registerChannelProviderLocal(void)
{
static int firstTime = 1;
cout << "registerChannelProviderLocal firstTime " << (firstTime ? "true" : "false") << endl;
if (firstTime) {
firstTime = 0;
iocshRegister(&pvdblFuncDef, pvdbl);
Expand Down

0 comments on commit d54031a

Please sign in to comment.