Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-28 | Eliminate warnings about missing prototypes | David Oberhollenzer | |
This patch eliminates warnings generated by the -Wmissing-prototypes option. With this flag set, we are now forced to have prototypes for all global, exported functions, that have to be made visible to the definitions and we are forced to mark all local functions as static. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2011-04-05 | tests: fs-tests: check return value of functions | Andy Shevchenko | |
chdir() returns negative value in case of error. fscanf() returns amount of successfully parsed parameters. Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko@nokia.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | |||
2007-03-15 | Add fs-tests from Adrian Hunter | Adrian Hunter | |
Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com> Signed-off-by: Josh Boyer <jwboyer@gmail.com> |