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