build: suppress redundant-move complaing from gcc 13.3 for llvm-18
This commit is contained in:
parent
bb781207e7
commit
56380e9aed
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
#pragma GCC diagnostic ignored "-Wredundant-move"
|
||||
# include "llvm/ADT/StringRef.h"
|
||||
# include "llvm/ExecutionEngine/JITSymbol.h"
|
||||
# include "llvm/ExecutionEngine/Orc/CompileUtils.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue