T
twostars
clang-tidy: Suppress 'pragma once outside header' warning (#776)
We just disable clang-diagnostic-pragma-once-outside-header because while it's not
actively a problem when normally invoked, Visual Studio's IDE still incorrectly
reports this when you're simply looking at a header.
In any normal run this would never happen; it's just the IDE's fault for looking
purely at the header.
Still, since this warning is fairly useless, we'll just ignore it entirely.
Github Commit Görüntüle...
See Commints...
..
We just disable clang-diagnostic-pragma-once-outside-header because while it's not
actively a problem when normally invoked, Visual Studio's IDE still incorrectly
reports this when you're simply looking at a header.
In any normal run this would never happen; it's just the IDE's fault for looking
purely at the header.
Still, since this warning is fairly useless, we'll just ignore it entirely.
Github Commit Görüntüle...
See Commints...
..