Many overrides warnings

When I build Pulse locally with Apple clang version 14.0.0

I see many warnings e.g. warning: '<method_name>' overrides a member function but is not marked 'override' Is the best approach here to just suppress the warnings or is there a better way to handle this warning?

I have am trying to test out a circuit in a copy of the HowTo-Sandbox and am getting a seg fault which is probably not related to the warnings but would like to reduce the noise.

Yeah, you can ignore those.
We will be making a pass on the C++ to properly conform better to these standards.

1 Like