Skip to content

CrestApi: Fix clang warnings.

Scott Snyder requested to merge ssnyder/athena:clang.CrestApi-20210120 into master

clang warns about an unused parameter within the boost parameter code. Suppress these warnings.

Also:

Add an include guard for CrestApi.h.

CrestApi.h was already disabling a warning for gcc. But the scope of this suppression should be only the CrestApi.h header.

Merge request reports