tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Replace `noinspection` instruction with proper `@SuppressWarnings` annotation #2781

Closed vkryl closed 8 months ago

vkryl commented 8 months ago

//noinspection unchecked suppresses unchecked cast warning only in the IDE. @SuppressWarning annotation properly suppresses both IDE and the compiler warnings.