http://llvm.org/bugs/show_bug.cgi?id=11002
Summary: warning: missing sentinel in function call
[-Wsentinel] when building r140404
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
When I build ('make') trunk r140404, I get the following warnings :
llvm[2]: Compiling SwapByteOrderTest.cpp for Release+Asserts build
llvm[2]: Compiling TimeValue.cpp for Release+Asserts build
llvm[2]: Compiling TypeBuilderTest.cpp for Release+Asserts build
warning: missing sentinel in function call [-Wsentinel]
/usr/local/src/llvm/include/llvm/DerivedTypes.h:240:22: note: function has been
explicitly marked sentinel here
static StructType *get(Type *elt1, ...) END_WITH_NULL;
^
warning: missing sentinel in function call [-Wsentinel]
/usr/local/src/llvm/include/llvm/DerivedTypes.h:240:22: note: function has been
explicitly marked sentinel here
warning: missing sentinel in function call [-Wsentinel]
/usr/local/src/llvm/include/llvm/DerivedTypes.h:240:22: note: function has been
explicitly marked sentinel here
warning: missing sentinel in function call [-Wsentinel]
/usr/local/src/llvm/include/llvm/DerivedTypes.h:240:22: note: function has been
explicitly marked sentinel here
warning: missing sentinel in function call [-Wsentinel]
/usr/local/src/llvm/include/llvm/DerivedTypes.h:240:22: note: function has been
explicitly marked sentinel here
warning: missing sentinel in function call [-Wsentinel]
/usr/local/src/llvm/include/llvm/DerivedTypes.h:240:22: note: function has been
explicitly marked sentinel here
6 warnings generated.
llvm[2]: Compiling ValueHandleTest.cpp for Release+Asserts build
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs