(svn r26040) -Fix: return 0 from unreached part of function to silence some compilers
This commit is contained in:
@@ -332,6 +332,7 @@ protected:
|
|||||||
default:
|
default:
|
||||||
NOT_REACHED();
|
NOT_REACHED();
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user