Ignore a warning for stringop-truncation
* src/oomhelp.cpp (get_oom_object): Ignore a warning about string truncation.
This is okay here because we check the bounds directly before the
call. The compiler does not seem to get that and warns.
Ignore a warning for stringop-truncation Tags None Subscribers None
Description
Details
|