Skip to content

Commit 1b0516e

Browse files
authored
Fix regal build after new clang warning was added. NFC (#22814)
Followup to #22798
1 parent bcdee39 commit 1b0516e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ports/regal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def create(final):
108108
'-I' + source_path_boost,
109109
'-Wno-deprecated-register',
110110
'-Wno-unused-parameter',
111+
'-Wno-nontrivial-memaccess',
111112
'-fdelayed-template-parsing',
112113
]
113114
if settings.PTHREADS:

0 commit comments

Comments
 (0)