Skip to content

Commit

Permalink
Fix bindings parsing issue, ignore vpEndian in config
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Jun 27, 2024
1 parent 7c7a9c7 commit 9d8ed62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/core/include/visp3/core/vpIoTools.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@

#if VISP_CXX_STANDARD > VISP_CXX_STANDARD_98

#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace visp
{
#ifndef DOXYGEN_SHOULD_SKIP_THIS
// https://github.com/BinomialLLC/basis_universal/blob/ad9386a4a1cf2a248f7bbd45f543a7448db15267/encoder/basisu_miniz.h#L665
static inline unsigned long vp_mz_crc32(unsigned long crc, const unsigned char *ptr, size_t buf_len)
{
Expand Down
2 changes: 1 addition & 1 deletion modules/python/config/core.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignored_headers": ["vpGEMM.h", "vpDebug.h"],
"ignored_headers": ["vpGEMM.h", "vpDebug.h", "vpEndian.h"],
"ignored_classes": ["vpException", "vpImageException", "vpTrackingException",
"vpFrameGrabberException", "vpIoException",
"vpDisplayException", "vpMatrixException"],
Expand Down

0 comments on commit 9d8ed62

Please sign in to comment.