diff options
Diffstat (limited to 'tests/include/test.c')
| -rw-r--r-- | tests/include/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/test.c b/tests/include/test.c index d67fd92..8990df9 100644 --- a/tests/include/test.c +++ b/tests/include/test.c @@ -50,7 +50,7 @@ int test_call_param7(union UNION1 param1) { return param1.field1; } -float test_call_param8(int volatile *param1) { +float test_call_param8(int *param1) { *param1 = 5 * *param1; return 1.0 * *param1; |
