Files
amxmodx/compiler
Arkshine fcdeea683b Compiler: Add #warning directive.
Basically same as error but as warning.
Imported from SA-MP: https://github.com/Zeex/pawn/commit/1bd6be93e06ff0e56d264e633b23c7d899b034e0

Example:

  #warning don't eat egg.

Result:

  warning.sma(1) : warning 234: user warning: don't eat egg.
2014-08-26 09:04:53 +02:00
..
2014-08-16 18:03:34 +01:00