Skip to content

Make compile in faser-daq branch

Brian Petersen requested to merge DAQcompat into master

To make digitizer decoder compile in faser-daq, I had to fix unsigned vs signed int and disable the logging. The latter is due to logging in faser using the daqling logger which requires linking in logging implementation. Not clear how to do that cleanly, so for now I disable the warnings and errors since there anyway are exceptions thrown.

Merge request reports