git: truss(1): remove inline directive to fix [-Werror=inline]
John Marino
marino at crater.dragonflybsd.org
Tue Feb 10 13:52:53 PST 2015
commit bb9b47f2411aa6821c0974d5f2603ba0bb23a403
Author: John Marino <draco at marino.st>
Date: Tue Feb 10 22:49:25 2015 +0100
truss(1): remove inline directive to fix [-Werror=inline]
GCC 5.0 thinks inlining the usage function will fail and only cause the
program to get bigger. Minor, but I'll following GCC's advice.
Summary of changes:
usr.bin/truss/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bb9b47f2411aa6821c0974d5f2603ba0bb23a403
--
DragonFly BSD source repository
More information about the Commits
mailing list