Ignore:
Timestamp:
Jan 29, 2013, 4:59:02 PM (10 years ago)
Author:
sam
Message:

base: implement UNUSED() macro and put it here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/sandbox/sample.cpp

    r2183 r2297  
    1515#include "core.h"
    1616
    17 class Moo
    18 {
    19     Moo() {}
    20 
    21     virtual int SetState(int state) { return state; }
    22 };
    23 
    2417using namespace std;
    2518using namespace lol;
     
    2720int main(int argc, char **argv)
    2821{
     22    UNUSED(argc, argv);
     23
    2924    /* Insert any test code here */
    3025    return EXIT_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.