From 1e8446024a3ccb2458a17b5502c78c2dd00a2c4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A1n=20Tomko?= Run the automated tests on your code before submitting any changes.
- In particular, configure with compile warnings set to
- -Werror. This is done automatically for a git checkout; from a
- tarball, use:
- and run the tests:
+ That is:
- ./configure --enable-werror
-
-
make check
@@ -1474,14 +1467,7 @@ int foo()
how things work, it's better
to wait for a more authoritative feedback though. Before committing, please
also rebuild locally, run 'make check syntax-check', and make sure you
- don't raise errors. Try to look for warnings too; for example,
- configure with
-
- --enable-compile-warnings=error --
- which adds -Werror to compile flags, so no warnings get missed + don't raise errors.
-- GitLab