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>
|
||||
|
||||
void trace() {
|
||||
*(char*)0 = 2;
|
||||
*(volatile char*)0 = 2;
|
||||
}
|
||||
|
||||
void bar() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user