Silence g++ warning type qualifiers ignored on function return type.
Closes #54
This commit is contained in:
parent
2b5707d834
commit
043d3860d9
@ -28,7 +28,7 @@
|
||||
static uv_counters_t counters;
|
||||
|
||||
|
||||
uv_counters_t* const uv_counters() {
|
||||
uv_counters_t* uv_counters() {
|
||||
return &counters;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user