Skip to content

Commit d76c3cb

Browse files
committed
Suppress clang-analyzer warning caused by pluginlib
1 parent ea5bc1e commit d76c3cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.clang-tidy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
Checks: >
3-
-clang-analyzer-*,
3+
clang-analyzer-*,
4+
-clang-analyzer-optin.cplusplus.VirtualCall,
45
clang-diagnostic-*,
56
google-*,
67
misc-*,

0 commit comments

Comments
 (0)