Commit: 450e25991246f3b46178a2b3be99cd4c8f493902
Parent: e453a336c4043db2cf69232a9b90c442131235af
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-05-13 19:23:50
Tree: 602b6985a92ba772b32860a9a1481f7dabf25e6f

android: Fix build error This fixes the following building error: android/hal-audio-sbc.c: In function 'sbc_codec_init': android/hal-audio-sbc.c:260:34: error: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] 260 | sbc_data = calloc(sizeof(struct sbc_data), 1); | ^~~~~~

Diffstat

M android/hal-audio-sbc.c | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch