warning 232: output file is written, but with compact encoding disabled
#1

Hello, I got this warning(warning 232: output file is written, but with compact encoding disabled) when I compile my gamemode. The last thing I was added in gamemode was an anti cheat include system.
Why it appears? Should I worry about this?
Here's the full output:
Код:
warning 232: output file is written, but with compact encoding disabled
Pawn compiler 3.10.9	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          41756 bytes
Code size:          6523052 bytes
Data size:         52717628 bytes
Stack/heap size:     339488 bytes; estimated max. usage=43481 cells (173924 bytes)
Total requirements:59621924 bytes

3 Warnings.
================ READY ================
Reply
#2

I saw ****** suggest this, hope it helps.
Reply
#3

Quote:
Originally Posted by cuber
Посмотреть сообщение
I saw ****** suggest this, hope it helps.
Ok, it hides the warning, but my question is why this warning appears? Should I worry?
Why the compiler doesn't compress the script anymore?
Reply
#4

Anyone knows the answer?
Reply
#5

#pragma compress 0

Should I worry about this? NO
just a compiler encoding warning. it will not affect the server.

Why the compiler doesn't compress the script anymore?
check out compiler options.

Код:
-C[+/-] compact encoding for output file (default=+)
Reply
#6

Quote:
Originally Posted by iorp
Посмотреть сообщение
#pragma compress 0

Should I worry about this? NO
just a compiler encoding warning. it will not affect the server.

Why the compiler doesn't compress the script anymore?
check out compiler options.

Код:
-C[+/-] compact encoding for output file (default=+)
Ok, thanks for answers!
But still I want to know why the compiler doesn't want to encoding the the amx file anymore(my C flag is default) after adding some scripts to my gm...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)