diff options
| author | Patrick Steinhardt <ps@pks.im> | 2020-04-03 22:53:23 +0200 |
|---|---|---|
| committer | Patrick Steinhardt <ps@pks.im> | 2020-06-01 14:06:20 +0200 |
| commit | 511fb9e6f8e3aaeefd0cd7573e03ce5727ac6dca (patch) | |
| tree | 1e8ee95ba32a39571b286b8a4954dd7ab94342b9 /tests/diff/parse.c | |
| parent | 3956679c13a5005db128c52ce56eb1b4ced4df82 (diff) | |
| download | libgit2-511fb9e6f8e3aaeefd0cd7573e03ce5727ac6dca.tar.gz | |
cmake: always disable deprecation-sync warnings
We currently disable deprecation synchronization warnings in case we're
building with Clang. We check for Clang by doing a string comparison on
the compiler identification, but this seems to have been broken by an
update in macOS' image as the compiler ID has changed to "AppleClang".
Let's just unconditionally disable this warning on Unix platforms. We
never add the deprecated attribute anyway, so the warning doesn't help
us at all.
Diffstat (limited to 'tests/diff/parse.c')
0 files changed, 0 insertions, 0 deletions
