mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Filter all of the new _USED / _UNUSED type modifiers.
This commit is contained in:
parent
f9a8fd5a4c
commit
ac7cd484d8
@ -239,7 +239,11 @@ sub argstring ($$$) {
|
||||
# certain type qualifiers, and indirection.
|
||||
$atype =~ s/^\bconst\b//;
|
||||
$atype =~ s/\bH5_ATTR_UNUSED\b//g;
|
||||
$atype =~ s/\bH5_ATTR_DEPRECATED_USED\b//g;
|
||||
$atype =~ s/\bH5_ATTR_NDEBUG_UNUSED\b//g;
|
||||
$atype =~ s/\bH5_ATTR_DEBUG_API_USED\b//g;
|
||||
$atype =~ s/\bH5_ATTR_PARALLEL_UNUSED\b//g;
|
||||
$atype =~ s/\bH5_ATTR_PARALLEL_USED\b//g;
|
||||
$atype =~ s/\s+/ /g;
|
||||
$ptr = length $1 if $atype =~ s/(\*+)//;
|
||||
$atype =~ s/^\s+//;
|
||||
|
Loading…
x
Reference in New Issue
Block a user