porting/args_assert.t only looks for .c files. If a function is placed into inline.h which has such assertions, args_assert.t won't find them, and fails. We could add a special case into args_assert.t for inline.h, or we could rename inline.h to be inline.c. The other header files that contain inline functions have a .c suffix already, such as dquote_static.cThread Next