Fix build with gcc 6
gcc want _Noreturn to be the first thing in declaration. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
311fa65840
commit
86e744345e
|
@ -99,7 +99,7 @@ static inline double attr_const normalize_d(double d) {
|
|||
return normalize_d_range(d, 0.0, 1.0);
|
||||
}
|
||||
|
||||
void attr_noret report_allocation_failure(const char *func, const char *file,
|
||||
attr_noret void report_allocation_failure(const char *func, const char *file,
|
||||
unsigned int line);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue