mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
[ci] Skip datarefs.inc with cppcheck
This commit is contained in:
@@ -17,7 +17,10 @@
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
|
||||
#include "datarefs.inc"
|
||||
// Avoid checking large auto-generated header with cppcheck
|
||||
#ifndef CPPCHECK
|
||||
# include "datarefs.inc"
|
||||
#endif
|
||||
|
||||
namespace XSwiftBus
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user