mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
test: remove not needed pragma
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0e57009f6a
commit
e95b45b908
@@ -26,12 +26,6 @@
|
||||
#include <vector>
|
||||
bool verbose = true;
|
||||
|
||||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wstringop-overflow"
|
||||
// ignoring stringop-oveflow due to false positive warning on GCC13 after enabling C++20
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
zes_firmware_handle_t firmwareHandle;
|
||||
std::mutex firmwareProgressMutex;
|
||||
@@ -1939,7 +1933,3 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user