diff options
author | Joe Baldino <thac0@sdf.org> | 2017-03-23 22:32:05 -0700 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-03-26 23:12:40 +0300 |
commit | 1f63044f6e2e4ef884979a1552a76ee030f12ad1 (patch) | |
tree | 5b23f40db3f892bf992b587848cbde6546426d46 /authors.txt | |
parent | 8a7ac6ba4c26ace86d9291b5d937dedc9e7c7491 (diff) | |
download | meson-1f63044f6e2e4ef884979a1552a76ee030f12ad1.zip meson-1f63044f6e2e4ef884979a1552a76ee030f12ad1.tar.gz meson-1f63044f6e2e4ef884979a1552a76ee030f12ad1.tar.bz2 |
compilers: fix swift sanity check
The "1 + 2" swift sanity check produces a swiftc compiler warning
(result unused). For this sanity check, compile a print statement as is
done with fortran.
My first patch, so update authors.txt as well.
Diffstat (limited to 'authors.txt')
-rw-r--r-- | authors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/authors.txt b/authors.txt index ca8e894..02ba5e3 100644 --- a/authors.txt +++ b/authors.txt @@ -69,3 +69,4 @@ Sebastian Stang Marc Becker Michal Sojka Aaron Small +Joe Baldino |