Update bitlash.h#33
Conversation
fix warning bitlash/src/bitlash.h:134:0: warning: "prog_uchar" redefined [enabled by default]
|
Hmm, doesn't removing those defines from the arm build break the arm build? Also, I have a fairly thoroug restructure of things coming up in #31, which will also fix this particular warning (as well as a bunch of others). It would be easier to just wait for that series to be completed, if we merge this pullrequest I'll have to update a dozen patches in my series, I think. |
|
@matthijskooijman do not break, this defined is redudant. I try to solve more warnings. In file included from ..\src\bitlash\src/bitlash-cmdline.c:36:0, |
|
From the warnings you pasted, the first one about GPIO, I've already solved in my pullrequest. For the other two, I don't have fixes yet, so I'm happy to get fixes for that. |
fix warning bitlash/src/bitlash.h:134:0: warning: "prog_uchar" redefined [enabled by default]