Changeset b07357af26f3b5dadbea7fa1f255a3d0fc0de630
- Timestamp:
- 06/29/08 17:23:15
(2 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1214752995 +0300
- git-parent:
[1d2139aa05982eb40df53cf4f04e5c34196e7217]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1214752963 +0300
- Message:
schroedinger: fix warnings
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1d2139a |
rb07357a |
|
| 252 | 252 | |
|---|
| 253 | 253 | if( p_pic->pf_release ) p_pic->pf_release( p_pic ); |
|---|
| | 254 | (void)frame; |
|---|
| 254 | 255 | } |
|---|
| 255 | 256 | |
|---|
| … | … | |
| 321 | 322 | |
|---|
| 322 | 323 | block_Release( p_block ); |
|---|
| | 324 | (void)buf; |
|---|
| 323 | 325 | } |
|---|
| 324 | 326 | |
|---|
| … | … | |
| 363 | 365 | block_t *p_block; |
|---|
| 364 | 366 | uint32_t u_pnum; |
|---|
| 365 | | static int drop = 0; |
|---|
| 366 | 367 | |
|---|
| 367 | 368 | if( !pp_block ) return NULL; |
|---|