Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: rillig
Date: Mon Aug 4 18:57:20 UTC 2025
Modified Files:
src/usr.bin/make: meta.c
Log Message:
make: fix signedness conversion compilation error
meta.c:1696:40: error: conversion to ‘size_t’ {aka ‘long unsigned int’}
from ‘ssize_t’ {aka ‘long int’} may change the sign of the result
[-Werror=sign-conversion]
To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 src/usr.bin/make/meta.c
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