commit | 8ae6c27a73a3cf677949bf4024ecca1d4e646f87 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Oct 27 18:57:28 2014 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Mon Oct 27 18:58:52 2014 -0700 |
tree | 3ce830f32e551a1bd57e1e119f25bdc72954c858 | |
parent | 2f1e15cc3e169ac61b910c41d695e55671c8d4ca [diff] [blame] |
Remove extraneous fprintf args Also fix build scripts to die due to such warnings. Change-Id: Ia007744fcef8e37ba73b4f73e7c50c9fc9a1d4f5
diff --git a/test/023-many-interfaces/build b/test/023-many-interfaces/build index 4ea52d9..ad42a2d 100644 --- a/test/023-many-interfaces/build +++ b/test/023-many-interfaces/build
@@ -18,7 +18,7 @@ set -e # Write out a bunch of interface source files. -gcc -o iface-gen iface-gen.c +gcc -Wall -Werror -o iface-gen iface-gen.c ./iface-gen mkdir classes