platisd/smartcar_shield

Fix compilation of gMock failing on CI

platisd opened this issue · 0 comments

Description

GMock compilation on CI seems to have started failing.
An easy fix is to remove the pedantic flag when GMock is being compiled. It shouldn't matter since it's an external library.

Definition of Done

  • All CI jobs are 🟢 again.