🚨 suppress cppcoreguidelines-avoid-do-while
This commit is contained in:
parent
a3e6e26dc8
commit
fb331a5f0d
@ -2760,7 +2760,7 @@ class binary_reader
|
||||
*/
|
||||
char_int_type get_ignore_noop()
|
||||
{
|
||||
do
|
||||
do // NOLINT(cppcoreguidelines-avoid-do-while)
|
||||
{
|
||||
get();
|
||||
}
|
||||
|
||||
@ -11838,7 +11838,7 @@ class binary_reader
|
||||
*/
|
||||
char_int_type get_ignore_noop()
|
||||
{
|
||||
do
|
||||
do // NOLINT(cppcoreguidelines-avoid-do-while)
|
||||
{
|
||||
get();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user