Removing obsolete detail/pragma_warning_block.h

This commit is contained in:
Ralf W. Grosse-Kunstleve 2021-08-14 08:42:38 -07:00
parent 68d1aa83ac
commit e3e1d29fdb
8 changed files with 0 additions and 19 deletions

View File

@ -106,7 +106,6 @@ set(PYBIND11_HEADERS
include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h
include/pybind11/detail/init.h
include/pybind11/detail/internals.h
include/pybind11/detail/pragma_warning_block.h
include/pybind11/detail/smart_holder_poc.h
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
include/pybind11/detail/smart_holder_type_casters.h

View File

@ -4,8 +4,6 @@
#pragma once
#include "pragma_warning_block.h"
#include "common.h"
#include <type_traits>

View File

@ -1,7 +0,0 @@
#pragma once
#if defined(__GNUG__) && !defined(__clang__) && !defined(__INTEL_COMPILER)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wunused-but-set-parameter"
# pragma GCC diagnostic ignored "-Wattributes"
#endif

View File

@ -4,8 +4,6 @@
#pragma once
#include "pragma_warning_block.h"
#include "common.h"
#include <type_traits>

View File

@ -4,8 +4,6 @@
#pragma once
#include "pragma_warning_block.h"
#include "../gil.h"
#include "../pytypes.h"
#include "../trampoline_self_life_support.h"

View File

@ -4,8 +4,6 @@
#pragma once
#include "detail/pragma_warning_block.h"
#include "detail/common.h"
#include "detail/smart_holder_type_casters.h"
#include "pybind11.h"

View File

@ -4,8 +4,6 @@
#pragma once
#include "detail/pragma_warning_block.h"
#include "detail/common.h"
#include "detail/smart_holder_poc.h"
#include "detail/type_caster_base.h"

View File

@ -45,7 +45,6 @@ detail_headers = {
"include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h",
"include/pybind11/detail/init.h",
"include/pybind11/detail/internals.h",
"include/pybind11/detail/pragma_warning_block.h",
"include/pybind11/detail/smart_holder_poc.h",
"include/pybind11/detail/smart_holder_sfinae_hooks_only.h",
"include/pybind11/detail/smart_holder_type_casters.h",