Fix testcase 125 fox x86_64
This commit is contained in:
parent
035ae7d735
commit
d64923c7b4
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ int main()
|
||||||
#elif defined test_atomic_warn_1
|
#elif defined test_atomic_warn_1
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
int _Atomic i = 1;
|
size_t _Atomic i = 1;
|
||||||
/* assignment to integer from pointer */
|
/* assignment to integer from pointer */
|
||||||
atomic_store(&i, &i);
|
atomic_store(&i, &i);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue