]> git.tuebingen.mpg.de Git - paraslash.git/commit
Makefile: Drop redundant -Wuninitialized.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 18 May 2025 20:26:15 +0000 (22:26 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 May 2025 19:41:33 +0000 (21:41 +0200)
commit57b5041ebff16020b301e4319bc8256d99fe02ab
tree29e5a9e20358e7359aeaa175f423eb1166707eb5
parent82651853811d4743467a71c0f6dca7492a6157ec
Makefile: Drop redundant -Wuninitialized.

It is implied by -Wextra, which is the same as -W, but more descriptive.
Makefile.real