From 9adaba86a8be65b2eb00f9f20869c5c25a0f56d2 Mon Sep 17 00:00:00 2001 From: Chris Gorman Date: Sat, 3 May 2025 11:58:15 -0400 Subject: [PATCH] soapysdr: g++ 15.1.0 causes warning about deprecation of ciso646 - #warning " is deprecated in C++17, use to detect implementation-specific macros" - SoapySDR can build without this file. It appears it was used to allow for and, or and not instead of &&, ||, !. - tested if this was needed in soapysdr, soapyrtlsdr and soapyhackrf and they all build properly without the header. --- include/SoapySDR/Config.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/SoapySDR/Config.hpp b/include/SoapySDR/Config.hpp index e4488374..962323ae 100644 --- a/include/SoapySDR/Config.hpp +++ b/include/SoapySDR/Config.hpp @@ -10,4 +10,3 @@ #pragma once #include -#include