mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
plural in manpage
This commit is contained in:
@@ -56,7 +56,15 @@ scan-build \
|
||||
$CHECKERS \
|
||||
./configure
|
||||
|
||||
make clean
|
||||
scan-build \
|
||||
make clean
|
||||
|
||||
# Make this not get scanned for dead assignments, since it has lots of
|
||||
# dead assignments we don't care about.
|
||||
scan-build \
|
||||
$CHECKERS \
|
||||
-disable-checker deadcode.DeadStores \
|
||||
make -j5 -k ./src/ext/ed25519/ref10/libed25519_ref10.a
|
||||
|
||||
scan-build \
|
||||
$CHECKERS $OUTPUTARG \
|
||||
|
||||
Reference in New Issue
Block a user