[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 1069364 2/2: Simplify by using attribute.h macros
From: |
Andreas Schwab |
Subject: |
Re: master 1069364 2/2: Simplify by using attribute.h macros |
Date: |
Tue, 05 May 2020 08:57:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.91 (gnu/linux) |
This is broken:
../src/conf_post.h:297:21: error: missing binary operator before token "("
#if __has_attribute (no_sanitize_address)
^
../src/conf_post.h:300:23: error: missing binary operator before token "("
#elif __has_attribute (no_address_safety_analysis)
^
../src/conf_post.h:309:21: error: missing binary operator before token "("
#if __has_attribute (no_sanitize_undefined)
^
../src/conf_post.h:311:23: error: missing binary operator before token "("
#elif __has_attribute (no_sanitize)
Andreas.
--
Andreas Schwab, address@hidden
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
- Re: master 1069364 2/2: Simplify by using attribute.h macros,
Andreas Schwab <=