Changeset f7bcbfb for libwandio/ior-peek.c
- Timestamp:
- 02/21/14 10:38:06 (8 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- a31777e
- Parents:
- 86bec15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libwandio/ior-peek.c
r60f3c4c rf7bcbfb 241 241 /* These no-ops are to stop the compiler whinging about unused 242 242 * parameters */ 243 oldsize =oldsize;244 res =res;243 (void)oldsize; 244 (void)res; 245 245 return realloc(old,size); 246 246 #endif
Note: See TracChangeset
for help on using the changeset viewer.