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/pr0file.c

    r07e362 r12dcaf  
    543543//converts the Frei0r rgba8888 color image into 
    544544//internal float RGBA 
    545 void color2floatrgba(uint32_t* inframe, float_rgba *sl, int w , int h) 
     545void color2floatrgba(const uint32_t* inframe, float_rgba *sl, int w , int h) 
    546546{ 
    547547int i; 
Note: See TracChangeset for help on using the changeset viewer.