You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[smagent-5400] Fix blocking warning in Agentino build at C++20 (falcosecurity#222)
An unusual syntax of the declaration of a constructor (`libsinps::events::set<T>()`) raises a warning when the compiler is gcc-11 (of the Agentino’s builder) and the build is done with C++20.
The warning is a blocker as we treat warnings as errors.
0 commit comments