CrestApi: Fix clang warnings.
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.