Skip to content

Silence a compiler warning

Matthias Clasen requested to merge matthiasc/for-main into main

Clang was complaining that we never use the value stored in mime_type. Just don't store it, we are only interested in the side-effect (interning the string).

Merge request reports