commit | 4f9408736d3cb51b07abc2ba9ef5cbc72da2e6d3 | [log] [tgz] |
---|---|---|
author | Li Huihui <lihuihui@eswincomputing.com> | Tue Mar 07 15:08:37 2023 +0800 |
committer | Li Huihui <lihuihui@eswincomputing.com> | Tue Mar 07 15:08:37 2023 +0800 |
tree | df2a75d04f1065d14df6ac2b7a824eb12c90f58c | |
parent | 60d03f1acaba04c546a5435b2b3e03ef98e37aeb [diff] |
Fix unused function input parameter compile warning If the function input parameter is not used, the compile warning will be generated. Use __attribute__((unused)) to eliminate compile warning. Test: mmm device/generic/goldfish-opengl, presubmit check. Change-Id: Ia857b4d2d687a0c94b17d499f205302c98083772 Signed-off-by: Li Huihui <lihuihui@eswincomputing.com>