gvsoc
gvsoc copied to clipboard
Added workaround for incorrect null dereference warnings in GCC 11.1.0
This pull request provides a workaround for the fatal build error described in pulp-platform/pulp-sdk#102 by decreasing the severity of the warning.
Actually I think we can just add this flag by default. No need to gate it behind this flag
@bluewww Changed workaround to be enabled by default. In this case the merge request pulp-platform/pulpissimo#263 can be reverted and I will close pulp-platform/pulp-sdk#103.
@haugoug Will this fix be merged at some point?