[quake3-commits] [ioquake/ioq3] 8469c4: Stop LCC from warning about null pointer conversio...
Jun Woong
woong.jun at gmail.com
Wed Jan 7 00:57:43 EST 2015
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: 8469c40c2bd75d782bc0f06ecf72b0bf9edf6e76
https://github.com/ioquake/ioq3/commit/8469c40c2bd75d782bc0f06ecf72b0bf9edf6e76
Author: Jun Woong <woong.jun at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M code/tools/lcc/src/c.h
M code/tools/lcc/src/enode.c
M code/tools/lcc/src/expr.c
Log Message:
-----------
Stop LCC from warning about null pointer conversion to function pointer
Fixed LCC to correctly diagnose expressions with NPC. It no longer reports messages such as
warning: conversion from `pointer to void' to `pointer to void function(void)' is compiler dependent
More information about the quake3-commits
mailing list