commit | 86476906ec9711cdd1d74ae35bfb9bd0ba60f0d9 | [log] [tgz] |
---|---|---|
author | Ralph Giles <giles@mozilla.com> | Wed Aug 24 12:49:04 2011 +1200 |
committer | Jean-Marc Valin <jmvalin@jmvalin.ca> | Wed Aug 24 00:25:44 2011 -0400 |
tree | ee7a189eff0d229f67bf39c4a7fff670b58ba9d0 | |
parent | bed02c9205476b93fc9bf3d9e3608d792cfaf8e3 [diff] |
Use 'frame' instead of 'signal' in the silk code. On MacOS, stdlib.h ends up including sys/signal.h, generating warnings about the local variables called 'signal' shadowing the global symbol signal(3). Tested with XCode 4.1 on MacOS X 10.7.0. The signal buffers passed in are generally frames being processed, and the code already uses the term frame and frame_length elsewhere, so I've resolved the warning by renaming signal and signal_* locals and parameters to frame and frame_*.