There is no easy way to really fix those warnings. But let me encourage you to do it anyway. Each one should have the offending module and line number already on it. Go there. It usually doesn't take much time to fix each one by either giving the variable a defined value or adding a test for definedness if undefs are proper values.