diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-12-15 05:49:50 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-12-15 05:49:50 +0000 |
commit | ac7290bedd859af35ac785e9ea7c76863b1e4b32 (patch) | |
tree | 82d4226bab57f49401daaf0a62fcff975b9fd752 /sys/arch/alpha/pci/irongate_pci.c | |
parent | 9ca53e82fb64f4569153796334a791eedfdd610f (diff) |
Add a new warning message: conversion of %s return value from '%s' to '%s'.
Lint now warns when a function's return value is converted to a smaller
(or differently signed) type. These conversions can happen when
doing an assignment, when passing a function's return value as an argument
to another function, or when initializing a variable. Currently this
produces useless warnings on tolower() and toupper() because they return
ints but are usually assigned to chars.
Diffstat (limited to 'sys/arch/alpha/pci/irongate_pci.c')
0 files changed, 0 insertions, 0 deletions