8254144: Non-x86 Zero builds fail with return-type warning in os_linux_zero.cpp
Reviewed-by: zgu
This commit is contained in:
parent
7952c06b36
commit
8f9e4792a1
@ -480,6 +480,7 @@ extern "C" {
|
||||
long long unsigned int oldval,
|
||||
long long unsigned int newval) {
|
||||
ShouldNotCallThis();
|
||||
return 0; // silence compiler compiler warnings
|
||||
}
|
||||
};
|
||||
#endif // !_LP64
|
||||
|
Loading…
x
Reference in New Issue
Block a user