mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Cleanup
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
#define LOGGING_ON 0
|
||||
#endif
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
||||
static void log_v_fixed_length(const GLchar* source, const GLint length) {
|
||||
if (LOGGING_ON) {
|
||||
char log_buffer[length + 1];
|
||||
@@ -112,3 +115,5 @@ GLint validate_program(const GLuint program) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
Reference in New Issue
Block a user