// sometimes the value of a variable is *really* not used, to suppress the
// resulting warning you may pass it to this function
+#ifdef __BORLANDC__
+#define wxUnusedVar(identifier) identifier
+#else
template <class T>
inline void wxUnusedVar(const T& WXUNUSED(t)) { }
+#endif
// ----------------------------------------------------------------------------
// compiler specific settings