You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to compile this plugin on sm 1.10 compiler, i got huge plugin size (869kb) and warnings about deprecated functions. Please fix this!
//// devzones.sp
//
// devzones.sp(55) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// devzones.sp(533) : warning 234: symbol "FloatDiv" is marked as deprecated: This native is internal implementation. For division use the '/' operator.
//
//
// devzones.sp(534) : warning 234: symbol "FloatDiv" is marked as deprecated: This native is internal implementation. For division use the '/' operator.
//
//
// devzones.sp(535) : warning 234: symbol "FloatDiv" is marked as deprecated: This native is internal implementation. For division use the '/' operator.
//
//
// devzones.sp(760) : warning 234: symbol "FloatAdd" is marked as deprecated: This native is internal implementation. For addition use the '+' operator.
//
//
// devzones.sp(1082) : warning 234: symbol "FloatDiv" is marked as deprecated: This native is internal implementation. For division use the '/' operator.
//
//
// devzones.sp(1083) : warning 234: symbol "FloatDiv" is marked as deprecated: This native is internal implementation. For division use the '/' operator.
//
//
// devzones.sp(1084) : warning 234: symbol "FloatDiv" is marked as deprecated: This native is internal implementation. For division use the '/' operator.
//
//
// devzones.sp(1174) : warning 234: symbol "FloatAdd" is marked as deprecated: This native is internal implementation. For addition use the '+' operator.
//
//
// devzones.sp(1178) : warning 234: symbol "FloatSub" is marked as deprecated: This native is internal implementation. For subtraction use the '-' operator.
//
//
// devzones.sp(1182) : warning 234: symbol "FloatAdd" is marked as deprecated: This native is internal implementation. For addition use the '+' operator.
//
//
// devzones.sp(1186) : warning 234: symbol "FloatSub" is marked as deprecated: This native is internal implementation. For subtraction use the '-' operator.
//
//
// devzones.sp(1190) : warning 234: symbol "FloatAdd" is marked as deprecated: This native is internal implementation. For addition use the '+' operator.
//
//
// devzones.sp(1194) : warning 234: symbol "FloatSub" is marked as deprecated: This native is internal implementation. For subtraction use the '-' operator.
//
//
// Code size: 41536 bytes
// Data size: 138435156 bytes
// Stack/heap size: 16384 bytes
// Total requirements:138493076 bytes
//
// 14 Warnings.
The text was updated successfully, but these errors were encountered:
When i try to compile this plugin on sm 1.10 compiler, i got huge plugin size (869kb) and warnings about deprecated functions. Please fix this!
The text was updated successfully, but these errors were encountered: