From 39e9969c71f3ca8d9b632f1ba4c28bf910843cba Mon Sep 17 00:00:00 2001 From: Krzysztof Boronski Date: Wed, 11 Oct 2023 14:37:22 +0200 Subject: [PATCH] Use -Wno-EVENTEXPR for uvm_todo test Signed-off-by: Krzysztof Boronski --- test_regress/t/t_uvm_todo.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/test_regress/t/t_uvm_todo.pl b/test_regress/t/t_uvm_todo.pl index 9fb3de36f6..850402182f 100755 --- a/test_regress/t/t_uvm_todo.pl +++ b/test_regress/t/t_uvm_todo.pl @@ -14,6 +14,7 @@ v_flags2 => ["--timing", "-Wno-PKGNODECL -Wno-IMPLICITSTATIC -Wno-CONSTRAINTIGN -Wno-MISINDENT", "-Wno-CASEINCOMPLETE -Wno-CASTCONST -Wno-SYMRSVDWORD -Wno-WIDTHEXPAND -Wno-WIDTHTRUNC", + "-Wno-EVENTEXPR", "-Wno-REALCVT", # TODO note mostly related to $realtime - could suppress or fix upstream "-Wno-ZERODLY", # TODO issue #4494, add support ],