Warn about flags that have no effect with -c
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 3 Jun 2014 13:20:05 +0000 (13:20 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 3 Jun 2014 13:20:05 +0000 (13:20 +0000)
commit2727aae37c56eb2620699388513ef5bbb0af2b7e
tree53d93a79d4e0fe2970acb24098821556223aa6e9
parent4182981f6d025d8e753f3da635df5832c0c6d99d
Warn about flags that have no effect with -c

* strace.c (init): Issue a warning if -i, -k, -r, -t, -T, or -y is used
along with -c.
This fixes Debian bug #443895.
strace.c