This is not a duplicate but a follow-up question to "Reference does not exist" warning with \includeonly.
I use \includeonly to compile only part of my document. This causes hyperref to output a lot of warnings like
pdfTeX warning (dest): name{chapter.3} has been referenced but does not exist,
replaced by a fixed one
In "Reference does not exist" warning with \includeonly it was suggested to disable hyperref in order to silence the warning. However, since my chapters are quite long and I use \eqref extensively, I'd rather like hyperref to be enabled so that I can jump around the chapter as I write.
How can this be done? I did not get the silence package to filter out this warning message.