summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:58 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:58 +0200
commit2314aee235e83cc2ee7e3f40848d5f7b59ef40ac (patch)
tree343dcc7dd3620e68a3ed310e6cfe80324fc23fa6
parentfe2d505d4df0ebae0e519abeb2cccfeb10ef80ac (diff)
downloadbarebox-2314aee235e83cc2ee7e3f40848d5f7b59ef40ac.tar.gz
barebox-2314aee235e83cc2ee7e3f40848d5f7b59ef40ac.tar.xz
svn_rev_482
-rw-r--r--include/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/compiler.h b/include/compiler.h
new file mode 100644
index 0000000000..dea101bedd
--- /dev/null
+++ b/include/compiler.h
@@ -0,0 +1 @@
+#define __maybe_unused __attribute__((unused))