diff options
author | Haru <haru@dotalux.com> | 2013-12-13 16:28:22 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-12-17 01:02:32 +0100 |
commit | 853c5a3141d1f431af95aed55d991334a2b995f6 (patch) | |
tree | 09ce65b20320045954be0b3582e38fb7d01fef0b /src/char/int_quest.c | |
parent | efe4174e59dc462130fde872365e891a7c73654a (diff) | |
download | hercules-853c5a3141d1f431af95aed55d991334a2b995f6.tar.gz hercules-853c5a3141d1f431af95aed55d991334a2b995f6.tar.bz2 hercules-853c5a3141d1f431af95aed55d991334a2b995f6.tar.xz hercules-853c5a3141d1f431af95aed55d991334a2b995f6.zip |
Nullpo cleanup
- Removed unused, nonportable nullpo checks with formatted message
(related: eAthena r15245)
- Converted nullpo_chk to a macro, to make it easier on the llvm static
analyzer.
- Added more details to the nullpo_info reports (related: eAthena
r15246)
- Ensured that the nullpo check macros evaluate their pointer argument
once and only once, so that it's safe to use with expressions that
assign values or have side-effects.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/int_quest.c')
0 files changed, 0 insertions, 0 deletions