mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 12:49:50 +00:00
Make this explictly signed. Fixes PR1571.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40569 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
19fe8f907e
commit
8127f3a6e6
@ -6,6 +6,6 @@ long a;
|
||||
long b;
|
||||
};
|
||||
|
||||
void f(struct s a, char *b, char C) {
|
||||
void f(struct s a, char *b, signed char C) {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user