Fix the OFFSET macro
When offsetof is defined, we use that. This avoids "variably modified at file scope" warnings/errors with recent gccs.
Showing
Please register or sign in to comment
When offsetof is defined, we use that. This avoids "variably modified at file scope" warnings/errors with recent gccs.