tests: set C11, enable pedantic warnings, fix GCC and Clang warnings
This commit is contained in:
+4
-4
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user