George480 / geolite

GeoLite2 for San Andreas Multiplayer
MIT License
8 stars 4 forks source link

Enforce const correctness #1

Closed PatrickGTR closed 5 years ago

PatrickGTR commented 5 years ago

Source: https://github.com/pawn-lang/compiler/wiki/Const-Correctness

safer and better.

George480 commented 5 years ago

Const correctness has been enforced already in this include. geolite_ip is a const array and geolite_dest is modified so there is nothing more left.

I myself use the latest compiler version 3.10.9