Revision a981196b2e2eea6fe0517040c49a32f757ad28cf authored by Raul Infante-Sainz on 19 March 2021, 18:11:12 UTC, committed by Mohammad Akhlaghi on 20 March 2021, 01:08:21 UTC
With a recent update of macOS systems (macOS Big Sur 11.2.3 and Xcode
12.4), there are many warnings when building C programs (for example the
simple program we compile to check the compiler, or some of the software
like `gzip'). It prints hundreds of warning lines for every source file
that are irrelevant for our builds, but really clutters the output.

With this commit, these warnings are disabled by adding
`-Wno-nullability-completeness' to the 'CPPFLAGS' environment
variable. This has also been added to the very first check of the C
compiler in the configure step.
1 parent c3e82b1
History
File Mode Size
reproduce
tex
.dir-locals.el -rw-r--r-- 1.3 KB
.file-metadata -rw-r--r-- 9.0 KB
.gitignore -rw-r--r-- 994 bytes
COPYING -rw-r--r-- 34.3 KB
README-hacking.md -rw-r--r-- 91.9 KB
README.md -rw-r--r-- 24.6 KB
paper.tex -rw-r--r-- 14.2 KB
project -rwxr-xr-x 20.9 KB

README.md

back to top