Author: Valeriy Savchenko
Date: 2021-02-09T13:50:11+03:00
New Revision: 2f994d4ee920983cf7624ce2208756e0c7d19007

URL: 
https://github.com/llvm/llvm-project/commit/2f994d4ee920983cf7624ce2208756e0c7d19007
DIFF: 
https://github.com/llvm/llvm-project/commit/2f994d4ee920983cf7624ce2208756e0c7d19007.diff

LOG: [-Wcompletion-handler][NFC] Remove unexpected warnings on Windows

Added: 
    

Modified: 
    clang/test/SemaObjC/warn-called-once.m

Removed: 
    


################################################################################
diff  --git a/clang/test/SemaObjC/warn-called-once.m 
b/clang/test/SemaObjC/warn-called-once.m
index 0c11d0e0a15b..1014e1730163 100644
--- a/clang/test/SemaObjC/warn-called-once.m
+++ b/clang/test/SemaObjC/warn-called-once.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -verify -fsyntax-only -fblocks -fobjc-exceptions 
-Wcompletion-handler %s
+// RUN: %clang_cc1 -verify -fsyntax-only -fblocks -fobjc-exceptions 
-Wcompletion-handler -Wno-pointer-to-int-cast %s
 
 #define NULL (void *)0
 #define nil (id)0


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to