mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
fix: add missing NOLINT to forward declarations
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c18c60eebf
commit
1260023efa
@@ -8,7 +8,8 @@
|
||||
#pragma once
|
||||
#include "shared/source/direct_submission/direct_submission_hw.h"
|
||||
#include "shared/source/os_interface/windows/windows_defs.h"
|
||||
struct COMMAND_BUFFER_HEADER_REC;
|
||||
|
||||
struct COMMAND_BUFFER_HEADER_REC; // NOLINT(readability-identifier-naming), forward declaration from sharedata_wrapper.h
|
||||
typedef struct COMMAND_BUFFER_HEADER_REC COMMAND_BUFFER_HEADER;
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "shared/source/command_stream/device_command_stream.h"
|
||||
#include "shared/source/command_stream/submission_status.h"
|
||||
|
||||
struct COMMAND_BUFFER_HEADER_REC;
|
||||
struct COMMAND_BUFFER_HEADER_REC; // NOLINT(readability-identifier-naming), forward declaration from sharedata_wrapper.h
|
||||
|
||||
namespace NEO {
|
||||
class GmmPageTableMngr;
|
||||
|
||||
Reference in New Issue
Block a user