From 0b2bebe4bcdafe9d280ce4eb31f6e5c43d18da17 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Mon, 17 Aug 2020 12:25:47 -0600 Subject: [PATCH] removed unneeded pre-processor symbol from cmake_config.h.in --- cmake_config.h.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake_config.h.in b/cmake_config.h.in index eded4c71d97..f8917ba563f 100644 --- a/cmake_config.h.in +++ b/cmake_config.h.in @@ -5,8 +5,6 @@ */ #ifndef _PIO_CONFIG_ #define _PIO_CONFIG_ -/* Set to avoid warning in intel19 compiler wrt strnlen */ -#define _GNU_SOURCE /** The major part of the version number. */ #define PIO_VERSION_MAJOR @VERSION_MAJOR@