totemconfig: Suppress coverity no_effect error
Checking of value < 0 is really not needed for unsigned int but it
makes clear what values are used so add coverity specific comment
to suppress this error.
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>