~stolowski/nux/merge-trunk

« back to all changes in this revision

Viewing changes to tests/xtest-hgrid-key-navigation.cpp

  • Committer: Michi Henning
  • Date: 2012-09-26 06:44:12 UTC
  • mto: This revision was merged to the branch mainline in revision 678.
  • Revision ID: michi.henning@canonical.com-20120926064412-rrr02nmxn5pe2g4p
Added -Wextra to compiler flags. Fixed a large number of warnings about unused parameters. Fixes #1056633.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
 
104
104
HGridKeyNavigationTest* key_navigation_test = NULL;
105
105
 
106
 
void TestingThread(nux::NThread* thread, void* user_data)
 
106
void TestingThread(nux::NThread* /* thread */, void* user_data)
107
107
{
108
108
  while (key_navigation_test->ReadyToGo() == false)
109
109
  {
199
199
  nuxDebugMsg("Exit testing thread");
200
200
}
201
201
 
202
 
int main(int argc, char** argv)
 
202
int main()
203
203
{
204
204
  int xstatus = XInitThreads();
205
205
  nuxAssertMsg(xstatus > 0, "XInitThreads has failed");