1
0
Fork 0

(svn r26040) -Fix: return 0 from unreached part of function to silence some compilers

release/1.4
fonsinchen 2013-11-19 19:42:40 +00:00
parent 65752ec55b
commit 29d0c68bb0
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ protected:
default:
NOT_REACHED();
}
return 0;
}
/**