Above warning is killing me as I am not able to resolve it and it is occurring multiple times as I am using the same code through out my document. I have tried all the solution pitched in on stack-overflow but not able to resolve it.
So, ultimately I want to show a link icon in front of one of my section heading and for that I have written the following 2 lines of code:
\usepackage[pro]{fontawesome5}
\section{2020_conf_chau_multiply \href{https://drive.google.com/}{\faLink}}
However wherever I am putting the above section it is giving me the above mentioned error.

