One argument per line for long function signatures.
[gromacs.git] / admin / ubsan-suppressions.txt
blob055ba2207eb80e1d5a05abd593827cb59398cabf
1 # Add UBSAN suppressions here, with a leading comment about how and
2 # why it is appropriate, and any circumstances about when it should be
3 # removed.
5 # This is only a problem when using the built-in XDR implementation of
6 # xdr_vector. It supplies an extra argument needed for xdr_string
7 # which is unused by other xdr_* primitives like xdr_float. The issue
8 # is harmless and only active when not using a system XDR library.
9 function:xdr_vector