deal with a warning under testing build that's annoyed me for a while
This commit is contained in:
parent
58d09dd010
commit
90802c6be1
@ -12,7 +12,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
void trace() {
|
void trace() {
|
||||||
*(char*)0 = 2;
|
*(volatile char*)0 = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
void bar() {
|
void bar() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user