Skip to content

Fix various compilation warnings

Abhishek Lekshmanan requested to merge wip-kill-warn into master

This branch introduces the following changesets

  • Moving the fusex version pragma messages to cmake configure stage
  • DbMapTests - fix potential overflows using std::string & fmt
  • Qclient - make folly a system include so that we skip over folly's internal gtest warnings
  • FUSEX - use fmt and std::string to fix some format overflow errors with c strings

Fixes: EOS-5378

Merge request reports