Skip to content

FileStager: Fix compilation warnings.

Scott Snyder requested to merge ssnyder/athena:warn.FileStager-20190219 into master

Need to explicitly declare Boost as a dependency. Otherwise, we reference the Boost path with -I rather than -isystem, which lets in some compilation warnings from Boost code.

Merge request reports