Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new syntax - sm 1.10 #16

Open
Se7en-RU opened this issue Oct 23, 2019 · 0 comments
Open

new syntax - sm 1.10 #16

Se7en-RU opened this issue Oct 23, 2019 · 0 comments

Comments

@Se7en-RU
Copy link

Se7en-RU commented Oct 23, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant