[Crosstoolchain-logs] [device-tree-compiler] 72/198: dtc: Drop the '-S is deprecated' warning
Hector Oron
zumbi at moszumanska.debian.org
Thu Dec 8 17:06:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.
commit 19cd5ead0b692c8c10e286252a7f4a725133d8f4
Author: KRONSTORFER Horst <Horst.KRONSTORFER at frequentis.com>
Date: Tue Dec 11 21:12:14 2012 +0000
dtc: Drop the '-S is deprecated' warning
The 'deprecated' warning is in there for more than 4 years now
and nobody seemed to be confused enough to vote it out. Let's
drop the warning then.
This reverts commit 315c5d095ebdf29f1912186e76ab9f95e694b18a.
Signed-off-by: Horst Kronstorfer <hkronsto at frequentis.com>
---
dtc.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dtc.c b/dtc.c
index a375683..d40e220 100644
--- a/dtc.c
+++ b/dtc.c
@@ -201,9 +201,6 @@ int main(int argc, char *argv[])
if (minsize && padsize)
die("Can't set both -p and -S\n");
- if (minsize)
- fprintf(stderr, "DTC: Use of \"-S\" is deprecated; it will be removed soon, use \"-p\" instead\n");
-
if (depname) {
depfile = fopen(depname, "w");
if (!depfile)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git
More information about the Crosstoolchain-logs
mailing list