Age | Commit message (Collapse) | Author | Files | Lines |
|
`unifdef -D__STDC__` over the tree
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
|
|
config.c: In function ‘initconfig’:
config.c:394: error: passing argument 1 of ‘_initconfig’ from incompatible pointer type
config.c:328: note: expected ‘char * (*)(const char *)’ but argument is of type ‘char * (*)(char *)’
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Add a TET_NORETURN attribute and tag various fatal functions with it. That
fixes a few "int x; switch(...) { case C: x = blah; break; default: fatal() }"
cases that result in uninitialized variable warnings.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
In order to play nice with automake's concept of test exit codes,
convert the scenario results to exit codes and let them accumulate
appropriately.
|
|
|