I use TeXnicCenter, and use the very convenient 'Compilation Results' window (see screenshot below). I have a number of identical warning* messages (not strictly identical of course, as they point to a different position in my LaTeX source).
Is there a way to have the latex compiler ignore or suppress text-identical warning messages, so that they don't fill my buffer, and so that I can easily notice any other warning messages?
TeXniCenter doesn't seem to provide such a feature, so I am resorting to the latex compiler here.
(*) The origin of the message is that I use math mode in my headings, and the hyperref package warns me that it ignores these. For now, I don't want to turn off the hyperref package, and i don't want to take out the math symbol in my headings either.



\textorpdfstring) – yo' May 04 '12 at 08:47\texorpdfstringsolution. However, I couldn't get thesilenceworking, its not filtering the relevant warning. If I use\WarningsOffit does filter out all warning though, so maybe I am doing something wrong. I'll anyway accept your answer, as thesilencepackage seems the way to go (with respect to the original question). – Rabarberski May 04 '12 at 10:19silencepackage after thehyperrefpackage. – maetra May 04 '12 at 11:06\using texorpdfstring). However, if I run the example in the post, the messages are filtered out (regardless of the string I put in there), but the messages end up in my PDF file! – Rabarberski May 04 '12 at 12:41