Sefa Eyeoglu
03ad430699
Merge pull request #1537 from Trial97/warnings
2023-10-04 09:40:38 +02:00
seth
584e800279
fix: remove -Wextra-semi
...
this flag is unavailable on gcc versions < 8. we could detect the
version of the compiler here, but i don't think we lose much in this
flags removal and this is a simpler option
Signed-off-by: seth <getchoo@tuta.io>
2023-08-30 11:14:49 -04:00
Trial97
d3acac16e6
added -Wno-gnu-zero-variadic-macro-arguments and fixed more warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-08-18 13:10:13 +03:00
Rachel Powers
d7d2d9f612
chore: remove WARNINGS_AS_ERRORS
...
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-07-01 17:03:11 -07:00
Rachel Powers
7e0e1ec51d
chore: add better default compiler warnings
...
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-06-04 14:10:17 -07:00