From b88e31b3f1b0eeb2506ce7c3e66783c832db1093 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Thu, 28 Jan 2016 19:09:30 -0800 Subject: fix several build warnings This fixes all but one of the warnings documented in issue #2685. The sole remaining warning is from the string split '' abc example in doc_src/string.txt. That example results in the man page displaying string split {} abc I leave it to someone else to fix that problem (I'll open an issue specifically for it since it took some effort to track down the source of the warning). Resolves issue #2685. --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 172325ec..a5523354 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ Building the documentation requires Doxygen 1.8.7 or newer. ### Xcode Build and Install + autoconf + ./configure + make lexicon_filter xcodebuild install sudo ditto /tmp/fish.dst / -- cgit v1.2.3