Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 537412fa authored by Jing Mike's avatar Jing Mike
Browse files

Code clean for audioflinger



Cleaning compile warnings:
1. For "variable 'XX' set but not used":
   Remove the variables which are obviously not used;
   Add "[[maybe_unused]]" to variable declaration of the ones
       which are potentially used.
2. For "unused parameter 'XX'":
   Add "[[maybe_unused]]" to the unused function parameters.

Test: mmm frameworks/av/services/audioflinger, presubmit check.

Change-Id: I6bd6fa9a57de93f5387e1ad76342f0a0b0ac28ed
Signed-off-by: default avatarJing Mike <jingyangliu@eswincomputing.com>
parent 04f11bab
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment