Consider the following MWE
\documentclass{beamer}
\usepackage{lmodern}
\usepackage[style=authoryear-comp,backend=biber]{biblatex}
\begin{document}
\begin{frame}
Foo
\end{frame}
\end{document}
This will give the warning:
Package biblatex Warning: Patching footnotes failed.
(biblatex) Footnote detection will not work.
I read here and in this answer that the warning can be safely ignored. Can I force biblatex to avoid giving the warning altogether?
kniting anRmdfile withlatex_engine: xelatex, does that matter? Thanks! Edit: The warning is, to quote "Warning: Package microtype Warning: Unable to apply patch `footnote' on input line 139." – PatrickT Mar 03 '22 at 22:33