Skip to content

Commit 2f994d4

Browse files
[-Wcompletion-handler][NFC] Remove unexpected warnings on Windows
1 parent e721bc9 commit 2f994d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -verify -fsyntax-only -fblocks -fobjc-exceptions -Wcompletion-handler %s
1+
// RUN: %clang_cc1 -verify -fsyntax-only -fblocks -fobjc-exceptions -Wcompletion-handler -Wno-pointer-to-int-cast %s
22

33
#define NULL (void *)0
44
#define nil (id)0

0 commit comments

Comments
 (0)