mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 01:20:26 +00:00
fix unused variable warning on win32
This commit is contained in:
parent
24e2efabba
commit
ad88be254f
@ -84,7 +84,7 @@ clock_t get_cpu_time(bool active) {
|
||||
#else
|
||||
|
||||
// on Windows we don't calculate CPU time
|
||||
clock_t get_cpu_time(bool active) {
|
||||
clock_t get_cpu_time(bool /*active*/) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user