Remove compilaton warnings
authorgkostka <kostka.grzegorz@gmail.com>
Thu, 8 Oct 2015 17:22:37 +0000 (19:22 +0200)
committergkostka <kostka.grzegorz@gmail.com>
Thu, 8 Oct 2015 17:22:37 +0000 (19:22 +0200)
lwext4/tree.h

index b4db596ed491c920a4d3d26bf4330b4f479f03e7..291ad174cc90b3a5679451e380185157b02b0cab 100644 (file)
 #define        _SYS_TREE_H_
 
 #ifdef __GNUC__
+#ifndef __unused
 #define __unused __attribute__ ((__unused__))
 #endif
+#endif
 /*
  * This file defines data structures for different types of trees:
  * splay trees and red-black trees.