Changeset 12dcaf


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.

Location:
src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • src/filter/coloradj/coloradj_RGB.c

    r0ee638 r12dcaf  
    235235//---------------------------------------------------- 
    236236//F0R_COLOR_MODEL_RGBA8888  little endian 
    237 void apply_lut(uint32_t* inframe, uint32_t* outframe, int size, lut_s *lut, int ac) 
     237void apply_lut(const uint32_t* inframe, uint32_t* outframe, int size, lut_s *lut, int ac) 
    238238{ 
    239239int i; 
  • 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; 
  • 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; 
  • src/mixer2/uvmap/uvmap.c

    r17f432 r12dcaf  
    8080        return (long int)(x+0.5); 
    8181} 
    82 #endif */ _MSC_VER */ 
     82#endif /* _MSC_VER */ 
    8383 
    8484void f0r_update2(f0r_instance_t instance, 
Note: See TracChangeset for help on using the changeset viewer.