You need to sign in or sign up before continuing.
Commit 96e70659 authored by Max Kellermann's avatar Max Kellermann

lib/xiph/FlacAudioFormat: remove redundant `inline` keywords from `constexpr` functions

parent f2cacaf6
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "pcm/SampleFormat.hxx" #include "pcm/SampleFormat.hxx"
constexpr inline SampleFormat constexpr SampleFormat
FlacSampleFormat(unsigned bits_per_sample) noexcept FlacSampleFormat(unsigned bits_per_sample) noexcept
{ {
switch (bits_per_sample) { switch (bits_per_sample) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment