~info-martin-konrad/epics-base:fix-compiler-warnings

Last commit made on 2019-04-25
Get this branch:
git clone -b fix-compiler-warnings https://git.launchpad.net/~info-martin-konrad/epics-base
Only Martin Konrad can upload to this branch. If you are Martin Konrad please log in for upload directions.

Branch merges

Branch information

Name:
fix-compiler-warnings
Repository:
lp:~info-martin-konrad/epics-base

Recent commits

1f95d0d... by Martin Konrad

epicsTime: rely on implicit copy constructor

When a custom copy constructor is defined the assignment operator
also needs to be defined explicitly. For this simple class the
implicit copy ctor/assignment operator are sufficient, though. This
fixes a warning emitted by GCC9.

e02c5c3... by Martin Konrad

iocLogServer: check return values

No serious issues here just fixing some warnings.

8e9d75a... by Martin Konrad

Fix potential buffer overflow in iocLogServer

630663c... by Martin Konrad

Fix weird use of strncpy

Note: The old code was correct. This change just gets rid of
a bunch of warnings.

736075d... by Andrew Johnson

Document macOS Mojave fix

9ef3b77... by Andrew Johnson

Fix ca/client/perl/Makefile for macOS Mojave

... in which Apple moved the Perl headers into XCode.
This should also make the build a little more forgiving on other
architectures that have incomplete Perl installations; it gives up
trying to build the Perl bindings with a warning if perl.h is missing.

5e1bad2... by Andrew Johnson

dbStatic parser: Reject empty object names

5f46d6d... by Andrew Johnson

Release notes updated

d41355e... by Eric Norum

Add error checking to the copy-back loop in truncateFile()

a5aa545... by Eric Norum

Drop extraneous extern "C"