summaryrefslogtreecommitdiff
path: root/dtc.h
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2017-03-06 12:06:15 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2017-03-06 12:06:15 +1100
commit672ac09ea04d998dfddfdef3070a8af8d480182b (patch)
tree2df2c341562c7fedc27b7b2d44c97e77bd90593a /dtc.h
parent49300f2ade6a6ad9b19957b1fce41fccfe1246a3 (diff)
downloaddevice-tree-compiler-672ac09ea04d998dfddfdef3070a8af8d480182b.tar.gz
Clean up gcc attributes
We have a number of explicit __GNUC__ conditionals to tell if we want to use some gcc extensions for extra warnings. This cleans this up to use a single conditional, defining convenience macros for those attributes. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'dtc.h')
-rw-r--r--dtc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dtc.h b/dtc.h
index 26b4beb..403b79d 100644
--- a/dtc.h
+++ b/dtc.h
@@ -43,7 +43,6 @@
#define debug(...)
#endif
-
#define DEFAULT_FDT_VERSION 17
/*