forked from pool/kbuild
This commit is contained in:
committed by
Git OBS Bridge
parent
a07e8d551f
commit
493b35312b
13
kbuild-dummy_noreturn.diff
Normal file
13
kbuild-dummy_noreturn.diff
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: src/kmk/kmkbuiltin/expr.c
|
||||
===================================================================
|
||||
--- src/kmk/kmkbuiltin/expr.c.orig
|
||||
+++ src/kmk/kmkbuiltin/expr.c
|
||||
@@ -304,6 +304,8 @@ eval6(void)
|
||||
return v;
|
||||
} else {
|
||||
error();
|
||||
+ /* dummy return in order to make the build checks happy (this will never be reached) */
|
||||
+ return NULL;
|
||||
}
|
||||
/* NOTREACHED */
|
||||
}
|
Reference in New Issue
Block a user