tests: set C11, enable pedantic warnings, fix GCC and Clang warnings

This commit is contained in:
Tibor Nagy
2019-02-20 15:04:47 +01:00
parent 1af4eb7ec0
commit 7ee59d2fdb
15 changed files with 43 additions and 29 deletions
+4 -4
View File
@@ -11,10 +11,10 @@ void constructor_no_priority(void) {
puts("constructor ("#__priority")"); \
}
TEST(101);
TEST(102);
TEST(103);
TEST(104);
TEST(101)
TEST(102)
TEST(103)
TEST(104)
int main(int argc, char *argv[]) {
puts("main");