Skip to content

Turn #pragma into //NOLINT

In order to avoid warning for compiler that are not clang, the #pragma used to disable waning has been turned into a //NOLINT comment.

Merge request reports