Add newline at the end of the files. Add -Wno-unused-command-line-argument to programs compilation flow, to support clang.

This commit is contained in:
Enrico Fraccaroli
2022-12-13 15:44:31 -05:00
parent 3f73b8d8a0
commit a572db52fd
22 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -46,4 +46,4 @@ int main(int argc, char *argv[])
printf("main : Returning from handler (%d): %d.\n", SIGUSR1, ret);
return 0;
}
}