mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Suppress more bogus warnings
This commit is contained in:
@@ -95,7 +95,8 @@ def build_docs(version='dev', **kwargs):
|
|||||||
'fmt::dynamic_formatter'
|
'fmt::dynamic_formatter'
|
||||||
]
|
]
|
||||||
noisy_warnings = [
|
noisy_warnings = [
|
||||||
'warning: Compound (' + '|'.join(internal_symbols) + ') is not documented.',
|
'warning: (Compound|Member .* of class) (' + '|'.join(internal_symbols) + \
|
||||||
|
') is not documented.',
|
||||||
'warning: Internal inconsistency: .* does not belong to any container!'
|
'warning: Internal inconsistency: .* does not belong to any container!'
|
||||||
]
|
]
|
||||||
for w in noisy_warnings:
|
for w in noisy_warnings:
|
||||||
|
Reference in New Issue
Block a user