kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #22698
Re: [PATCH 11/11] Replace GCC-specific __func__ with portable __FUNCTION__
On 16.01.2016 04:41, Simon Richter wrote:
>
> This macro is GCC-specific and should be avoided in portable code.
> ---
> include/common.h | 6 ++++++
> 1 file changed, 6 insertions(+)
>
Meh, that shouldn't have been in the portability branch, but only the
msvc branch. Please ignore that one.
Simon
Attachment:
signature.asc
Description: OpenPGP digital signature
References
-
[PATCH 00/11] Portability series
From: Simon Richter, 2016-01-16
-
[PATCH 01/11] Avoid comparing filepos with integers
From: Simon Richter, 2016-01-16
-
[PATCH 02/11] Drop some debug output
From: Simon Richter, 2016-01-16
-
[PATCH 03/11] Clarify atan2 overloads
From: Simon Richter, 2016-01-16
-
[PATCH 04/11] Avoid cast from const_iterator to iterator
From: Simon Richter, 2016-01-16
-
[PATCH 05/11] Correct import/export of KIFACE_GETTER.
From: Simon Richter, 2016-01-16
-
[PATCH 06/11] Add missing C++ stdlib headers
From: Simon Richter, 2016-01-16
-
[PATCH 07/11] Open namespace around definitions
From: Simon Richter, 2016-01-16
-
[PATCH 08/11] Use numeric_limits for NaN constant
From: Simon Richter, 2016-01-16
-
[PATCH 09/11] Use const int instead of anonymous enum type
From: Simon Richter, 2016-01-16
-
[PATCH 10/11] Avoid conflicting declaration for Pgm()
From: Simon Richter, 2016-01-16
-
[PATCH 11/11] Replace GCC-specific __func__ with portable __FUNCTION__
From: Simon Richter, 2016-01-16