mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-05 12:02:41 -05:00
The macro PRAGMA_WARN_STRINGOP_OVERFLOW was introduced to suppress a warning -Wstringop-overflow caused by a macro da_push_back_new calling darray_push_back_new. Extract the function in the macro to avoid the warning. This will also enables checking the type check of the returned pointer.
17 KiB
17 KiB