Closes issue #61

This commit is contained in:
Ion Gaztañaga
2018-09-18 21:28:27 +02:00
parent ce9b61dbe1
commit 8b36213530
2 changed files with 3 additions and 0 deletions

View File

@@ -6765,6 +6765,8 @@ thank them:
[section:release_notes_boost_1_69_00 Boost 1.69 Release]
* Fixed bugs:
* [@https://github.com/boostorg/interprocess/issues/59 GitHub Issue #59 (['"warning: ISO C++ prohibits anonymous structs [-Wpedantic]"])].
* [@https://github.com/boostorg/interprocess/issues/60 GitHub Issue #60 (['"warning: cast between incompatible function types from boost::interprocess::winapi::farproc_t..."])].
* [@https://github.com/boostorg/interprocess/issues/61 GitHub Issue #61 (['"warning: struct winapi::*_BIPC has virtual functions and accessible non-virtual destructor"])].
[endsect]

View File

@@ -109,6 +109,7 @@
# else
# pragma GCC diagnostic ignored "-pedantic"
# endif
# pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
# else
# pragma GCC system_header
# endif