comparison src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp @ 12077:e16282db4946

8022956: Clang: enable return type warnings on BSD Reviewed-by: coleenp, sla
author twisti
date Tue, 20 Aug 2013 10:57:50 -0700
parents af21010d1062
children d70a665e25d7
comparison
equal deleted inserted replaced
12076:6725044c5725 12077:e16282db4946
713 713
714 VMError err(t, sig, pc, info, ucVoid); 714 VMError err(t, sig, pc, info, ucVoid);
715 err.report_and_die(); 715 err.report_and_die();
716 716
717 ShouldNotReachHere(); 717 ShouldNotReachHere();
718 return false;
718 } 719 }
719 720
720 // From solaris_i486.s ported to bsd_i486.s 721 // From solaris_i486.s ported to bsd_i486.s
721 extern "C" void fixcw(); 722 extern "C" void fixcw();
722 723