Skip to content

Commit

Permalink
add macro to disable pybind11 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLau1222 authored Dec 26, 2024
1 parent e878f07 commit 14f70a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bmf/sdk/cpp_sdk/test/test_module_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF
#include <gtest/gtest.h>
#include <bmf/sdk/module_registry.h>
#include <bmf/sdk/module_manager.h>
Expand Down

0 comments on commit 14f70a5

Please sign in to comment.