summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci
diff options
context:
space:
mode:
authorChad Loder <cloder@cvs.openbsd.org>2005-12-15 05:49:50 +0000
committerChad Loder <cloder@cvs.openbsd.org>2005-12-15 05:49:50 +0000
commitac7290bedd859af35ac785e9ea7c76863b1e4b32 (patch)
tree82d4226bab57f49401daaf0a62fcff975b9fd752 /sys/arch/alpha/pci
parent9ca53e82fb64f4569153796334a791eedfdd610f (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')
0 files changed, 0 insertions, 0 deletions