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

Commit d3157bcc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "floss: fix build error for clang++14"

parents 3b1cc03f 23c85b9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ typedef enum {
 * For codec capability, fields "sample_rate", "bits_per_sample" and
 * "channel_mode" can contain bit-masks with all supported features.
 */
typedef struct {
struct btav_a2dp_codec_config_t {
  btav_a2dp_codec_index_t codec_type;
  btav_a2dp_codec_priority_t
      codec_priority;  // Codec selection priority
@@ -241,7 +241,7 @@ typedef struct {
    result += name;
    return result;
  }
} btav_a2dp_codec_config_t;
};

typedef struct {
  btav_a2dp_scmst_enable_status_t enable_status;