Warning fixes from Nelson
authorSteve Youngs <steve@sxemacs.org>
Thu, 5 Jan 2012 13:26:23 +0000 (23:26 +1000)
committerSteve Youngs <steve@sxemacs.org>
Thu, 5 Jan 2012 13:26:23 +0000 (23:26 +1000)
commitcd08c2c0259117d516cab062ff64d20ab749885f
treea0252553440963564678cbe791f80e7354a2e8e4
parentaff5b23fb93f346727d48459b1c8efe59eea2854
parent80ba81ea399716719af4aed5eeb49e8718c5c617
Warning fixes from Nelson

* merges:
  Remove casts which were not needed and causing comparison sign mismatch
  Add prototype for emacs_tparam to avoid warning
  Change the pre-processor conditional to check for MPC_SET_UI_FR to avoid warning
  Add new Assert-Equal and Assert-Not-Equal macros to test-harness, which print the actual values in case of failure. Use instead of (Assert (equal)) and (Assert (not (equal)))