8254144: Non-x86 Zero builds fail with return-type warning in os_linux_zero.cpp

Reviewed-by: zgu
This commit is contained in:
Aleksey Shipilev 2020-10-08 08:11:26 +00:00
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