mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 03:20:51 +02:00
Volatile casting
This commit is contained in:
@@ -681,7 +681,7 @@
|
||||
return 1;
|
||||
}
|
||||
else {
|
||||
*(char * volatile *)expected_ptr = *(char **)c;
|
||||
*(char * volatile *)expected_ptr = *(char * volatile *)c;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user