mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Suppress more bogus warnings
This commit is contained in:
parent
e098be8e88
commit
1ac50fcb5a
@ -95,7 +95,8 @@ def build_docs(version='dev', **kwargs):
|
||||
'fmt::dynamic_formatter'
|
||||
]
|
||||
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!'
|
||||
]
|
||||
for w in noisy_warnings:
|
||||
|
Loading…
Reference in New Issue
Block a user