mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
pegtl: fix compil warnings about a deprecated header (ciso646).
This commit is contained in:
parent
3112a0b38b
commit
e8a9335c44
3
thirdparty/pegtl/pegtl/demangle.hpp
vendored
3
thirdparty/pegtl/pegtl/demangle.hpp
vendored
@ -5,7 +5,8 @@
|
||||
#ifndef TAO_PEGTL_DEMANGLE_HPP
|
||||
#define TAO_PEGTL_DEMANGLE_HPP
|
||||
|
||||
#include <ciso646>
|
||||
// ciso646 is deprecated and generates warning messages with gcc 15
|
||||
//#include <ciso646>
|
||||
#include <string_view>
|
||||
|
||||
#include "config.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user