Ignore:
Timestamp:
08/17/10 06:42:35 (3 years ago)
Author:
Dan Dennedy <dan@…>
Branches:
b1faa09f4dfcf63d19d2cb9fc598a583e1df1c33
Children:
38945e
Parents:
b6c818
git-author:
Dan Dennedy <dan@…> (08/17/10 06:42:35)
git-committer:
Dan Dennedy <dan@…> (08/17/10 06:42:35)
Message:

Fix compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/filter/measure/pr0be.c

    rb4e184 r12dcaf  
    479479//converts the Frei0r rgba8888 color image into 
    480480//internal float RGBA 
    481 void color2floatrgba(uint32_t* inframe, float_rgba *sl, int w , int h) 
     481void color2floatrgba(const uint32_t* inframe, float_rgba *sl, int w , int h) 
    482482{ 
    483483int i; 
Note: See TracChangeset for help on using the changeset viewer.