From d28edfce89f6826c68ce3fb2a86fe7a3bcb04f0b Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Sat, 14 Sep 2013 21:30:57 -0700 Subject: [PATCH] Update ccache.md fix typo [skip ci] --- doc/make/ccache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make/ccache.md b/doc/make/ccache.md index a519a57020..2b914e0c6d 100644 --- a/doc/make/ccache.md +++ b/doc/make/ccache.md @@ -37,7 +37,7 @@ with the following content: #!/bin/sh ccache clang++ -Qunused-arguments -fcolor-diagnostics "$@" - - ``-Qunused-arguments`` option is used to supprress "clang: warning: + - ``-Qunused-arguments`` option is used to suppress "clang: warning: argument unused during compilation:" warning. - ``-fcolor-diagnostics`` option is used to enable clang's colored diagnostic messages.