diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-03-30 14:57:17 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-03-30 14:57:17 +0000 |
commit | 51bd89445abf054700df773d28a11ba9a8fdf1f7 (patch) | |
tree | c6073b7592286ddd199b020642783dc3a7dd5cff /devel/ccache/files | |
parent | ba7940ef0cf557cead9a7fb807ac267fe393ceab (diff) | |
download | ports-51bd89445abf054700df773d28a11ba9a8fdf1f7.tar.gz ports-51bd89445abf054700df773d28a11ba9a8fdf1f7.zip |
Notes
Diffstat (limited to 'devel/ccache/files')
-rw-r--r-- | devel/ccache/files/ccache-howto-freebsd.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ccache/files/ccache-howto-freebsd.txt.in b/devel/ccache/files/ccache-howto-freebsd.txt.in index f95ef1beb9e5..6a7607e32c5b 100644 --- a/devel/ccache/files/ccache-howto-freebsd.txt.in +++ b/devel/ccache/files/ccache-howto-freebsd.txt.in @@ -47,7 +47,7 @@ reset PATH=$CCACHE_PATH and try again. -- Make sure you run 'ccache-update-links' after you install/uninstall -additional compiers in order to create/remove compiler links. +additional compilers in order to create/remove compiler links. Clang will return a lot of 'unused argument' warnings: they are harmless. Just add this to /etc/make.conf if you want to hide them: |