Changeset 8981
- Timestamp:
- 07/22/08 18:32:14
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
usrp2/branches/features/host-ng/host-ng/apps/test_usrp2.cc
r8958 r8981 140 140 } 141 141 142 size_t bufsize = 100e6;142 size_t bufsize = static_cast<size_t>(100e6); 143 143 unsigned char *buf = (unsigned char *)malloc(bufsize); 144 144
