FLTK logo

Re: [fltk/fltk] Compiler warnings with msys2 (current) + fltk-1.4.x current (Issue #296)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [fltk/fltk] Compiler warnings with msys2 (current) + fltk-1.4.x current (Issue #296) Albrecht Schlosser Nov 26, 2021  
 

FWIW, after thinking about it, I'd suggest to use the simple solution 1 above (KISS) by either moving the buffer into the global space or making it static as a local variable (I'd prefer the latter). In both cases the buffer should be initialized with zeroes (IIRC), otherwise an initializer like { 0 } would do it (untested). This would be well-defined and using color_average() as in the existing code would be an informative example as well.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.