summaryrefslogtreecommitdiff
path: root/dist/s_all
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-05-30 09:13:57 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-05-30 09:13:57 +1000
commit6b64a7134573599ac35dbc7ccd42e7613b7a2c40 (patch)
treea56181be5b0482560e44f22d61f6c408bbbea24c /dist/s_all
parent111e25166e5be99d0720d92fef024e67ec766ad8 (diff)
downloadmongo-6b64a7134573599ac35dbc7ccd42e7613b7a2c40.tar.gz
Use inttypes.h for printf and scanf format strings for 64-bit quantities.
--HG-- rename : dist/s_types => dist/s_printf
Diffstat (limited to 'dist/s_all')
-rw-r--r--dist/s_all1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/s_all b/dist/s_all
index 05e81247524..eeaf42b468b 100644
--- a/dist/s_all
+++ b/dist/s_all
@@ -53,6 +53,7 @@ run "sh ./s_tags" "Building tags files"
run "sh ./s_copyright" "Checking copyright notices"
run "sh ./s_define" "Checking for unused #defines"
+run "sh ./s_printf" "Checking for non-portable printf/scanf"
run "sh ./s_typedef -c" "Checking for unused typedefs"
run "sh ./s_longlines" "Checking for long lines"
run "sh ./s_style" "Checking style"