OmByteArrayNode.h line 19 allocates a zero-length array, which causes compiler warnings in nearly every file in Lurch, since almost all depend on OpenMath. Improve that code so that it doesn't need to allocate a zero-length array.
Log in to post a comment.