mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-17 18:54:40 -04:00
libobs: Disable function attributes for SWIG
This commit is contained in:
@@ -85,7 +85,10 @@ EXPORT void blogva(int log_level, const char *format, va_list args);
|
||||
PRINTFATTR(2, 3)
|
||||
EXPORT void blog(int log_level, const char *format, ...);
|
||||
PRINTFATTR(1, 2)
|
||||
OBS_NORETURN EXPORT void bcrash(const char *format, ...);
|
||||
#ifndef SWIG
|
||||
OBS_NORETURN
|
||||
#endif
|
||||
EXPORT void bcrash(const char *format, ...);
|
||||
|
||||
#undef PRINTFATTR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user