diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-07-11 03:33:28 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-07-11 03:33:28 +0200 |
commit | 2da170b5b26183de570b36fdb7d238431f111f56 (patch) | |
tree | f87acf16f7f39a9971cf4813374f4032b3c00287 | |
parent | accb2b4aa518bb2bbddecf42fbc3f60a8a3f8fda (diff) | |
download | videoteco-fork-2da170b5b26183de570b36fdb7d238431f111f56.tar.gz |
avoid unused attribute warning
-rw-r--r-- | tecparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1098,7 +1098,7 @@ register struct buff_header *qbp; * The return code determines whether this was done okay or not. */ int -unpreserve_rubout_char( struct cmd_token *ct ) +unpreserve_rubout_char( struct cmd_token *ct __attribute__((unused))) { register struct buff_header *qbp; int c; |