Skip to content

Issue 24

Jekabs Karklins requested to merge issue_24 into master

Created by: martukas

I have switched over to Ubuntu 18.04 LTS on my PC. In the long run, we will drop support for the the non-LTS versions, and very likely 16.04 as well. Compiling with whatever the default gcc is on this system produced some errors. Fixed the following:

  1. Warnings about order of initialization
  2. Fragile linking of unit tests for adc readout
  3. Mesytec tests not building without DUMPTOFILE
  4. Some redundant CMake stuff I found

Merge request reports