deal with a warning under testing build that's annoyed me for a while

This commit is contained in:
Jeremy 2024-02-11 02:11:12 -06:00
parent 58d09dd010
commit 90802c6be1
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E

View File

@ -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() {