Here is a minimal reproducible example:
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[magyar]{babel}
\begin{document}
Árvíztűrő tükörfúrógép.
\end{document}
Compiling this results in a Please use \usepackage[latin2]{inputenc} or \usepackage[utf8]{inputenc} with \usepackage[magyar]{babel} warning.
An earlier question addressed this, but I still receive this warning, despite the fact that I've the newest magyar.ldf in my texmf tree (1.5c) and I've positively verified that it contains the bugfix mentioned there (\def\magyar@sugg@ie@low#1\@inpenc@undefined@#2#3\vfuzz#4{%).
\@inpenc@undefined, which is where the data comes from – Joseph Wright Aug 19 '18 at 09:34suggestions=nomethod seems better. – egreg Aug 19 '18 at 09:39suggestions=nodisables other, possibly useful suggestions as well. – pts Oct 22 '18 at 14:02\UseRawInputEncoding. – pts Jan 14 '19 at 14:17