Changeset 79de69ca80992bb4899f91e93c7c1bdf9589dace
- Timestamp:
- 06/08/07 16:55:43
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1181314543 +0000
- git-parent:
[07dc50ce9dbf34e81b3b2aa4e305b96bda85f836]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1181314543 +0000
- Message:
Fix compiler warnings
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3202adf |
r79de69c |
|
| 122 | 122 | |
|---|
| 123 | 123 | static void InitDeviceValues( libvlc_int_t * ); |
|---|
| 124 | | |
|---|
| 125 | | /* Refs misc/cpu.c */ |
|---|
| 126 | | uint32_t CPUCapabilities( void ); |
|---|
| 127 | 124 | |
|---|
| 128 | 125 | /***************************************************************************** |
|---|
| rd8180bb |
r79de69c |
|
| 82 | 82 | |
|---|
| 83 | 83 | extern uint32_t cpu_flags; |
|---|
| | 84 | uint32_t CPUCapabilities( void ); |
|---|
| 84 | 85 | |
|---|
| 85 | 86 | #endif |
|---|
| r84e196b |
r79de69c |
|
| 340 | 340 | |
|---|
| 341 | 341 | |
|---|
| 342 | | extern uint32_t cpu_flags = 0; |
|---|
| | 342 | uint32_t cpu_flags = 0; |
|---|
| 343 | 343 | |
|---|
| 344 | 344 | |
|---|