You can't disable them as they are used when nothing else matches, but you can overwrite them by adding one more :fileviewer command at the bottom:
fileviewer * echo NO PREVIEW AVAILABLE %i
It will handle everything that wasn't handled by previous rules. %i is there because %c is implicitly appended if no macro is used (and in this context %i is ignored).