IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2016, 10:15:45 AM (10 years ago)
Author:
eugene
Message:

address pedantic compilation errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana.h

    r39248 r39407  
    239239# define myAssert(LOGIC,...) { if (!(LOGIC)) { fprintf (stderr, __VA_ARGS__); abort(); } }
    240240# define myAbort(MSG) { fprintf (stderr, "%s\n", MSG); abort(); }
     241
     242// a no-op to mark unused parameters in a function
     243# define OHANA_UNUSED_PARAM(x)(void)(x)
    241244
    242245// sorting is now defined as a macro call
Note: See TracChangeset for help on using the changeset viewer.