]> granicus.if.org Git - libvpx/commit
aom_ports: Silence warnings in aom_timer.h
authorTom Finegan <tomfinegan@google.com>
Fri, 4 Nov 2016 16:56:25 +0000 (09:56 -0700)
committerYaowu Xu <yaowu@google.com>
Sat, 5 Nov 2016 17:48:36 +0000 (10:48 -0700)
commit591fc6f1aa76589d720379e32c2ed14a1a4787e6
treeeb69eb445f03b537ba28ddbf5c01127a2ce982a5
parentdeaff66955bf294fd31039b9ead3df9dd94f8b0a
aom_ports: Silence warnings in aom_timer.h

When CONFIG_OS_SUPPORT is not enabled the aom_timer timer function
stubs cause unused parameter warnings. This comments out the arg
names and silences the warning.

Change-Id: I97bdbcbebdf081ac5cb2ffd86439028a1e672fa2
aom_ports/aom_timer.h