When I use xelatex compile the following code:
\documentclass{article}
\usepackage{tipa}
\begin{document}
[\textsecstress h\textopeno m\textschwa\textprimstress\textdyoghlig in\i\textschwa s]
\end{document}
there are two warnings:
Font shape `T3/lmr/m/n' undefined(Font) using `T3/cmr/m/n' instead(Font) for symbol `textsecstress';Some font shapes were not available, defaults substituted.
But if I choose pdflatex to compile this code, there is no warning. I want to remove these warnings with the xelatex compiler. How can I solve this problem?