mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Tweaked CFLAGS, and fixed related errors
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
int counter = 0;
|
||||
|
||||
void count(const char* msg) {
|
||||
void count(const char*) {
|
||||
counter++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user