Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/games
Module Name: src
Committed By: dholland
Date: Sun Mar 23 00:17:40 UTC 2014
Modified Files:
src/games: Makefile.inc
Log Message:
Add note cautioning against bothering with WARNS=6 until gcc improves
(or -Wconversion is removed from WARNS=6) as it produces loads of false
positives. The most entertaining of these that I've seen this afternoon:
games/hack/hack.apply.c:143:22: error: conversion to 'unsigned char:1' from
'int' may alter its value [-Werror=conversion]
flags.move = multi = 0;
^
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/games/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index