Giter Club home page Giter Club logo

Comments (3)

marcmerlin avatar marcmerlin commented on July 20, 2024

Thanks for your reply in #13 , I think you probably wanted to paste your results here.
It looks like you are right and the compiler on linux and MacOS are not the same.
Mine says "error: 'table_is_full' may be used uninitialized in this function [-Werror=maybe-uninitialized]"
and yours says "warning: 'table_is_full' may be used uninitialized in this function [-Wmaybe-uninitialized]"

Even if the compiler output is different, all those warnings are probably worth fixing as some could be real errors. Are you able to fix them?
If you'd like help, I can try to fix any compiler warning you're not sure about, feel free to ask and I'll have a look.

from arduino_gfx.

moononournation avatar moononournation commented on July 20, 2024

Thanks for your information, I also have some OCD on eliminate compiler warning, it should already fixed at last commit.

from arduino_gfx.

marcmerlin avatar marcmerlin commented on July 20, 2024

haha, thank you for having OCD like me :)

I still see a few warnings left (thanks for fixing the other ones)

/home/merlin/Arduino/libraries/Arduino_GFX/src/databus/Arduino_ESP32SPI_DMA.cpp: In member function 'virtual void Arduino_ESP32SPI_DMA::begin(int32_t, int8_t)':
/home/merlin/Arduino/libraries/Arduino_GFX/src/databus/Arduino_ESP32SPI_DMA.cpp:87:3: warning: missing initializer for member 'spi_bus_config_t::flags' [-Wmissing-field-initializers]
   };

   ^
/home/merlin/Arduino/libraries/Arduino_GFX/src/databus/Arduino_ESP32SPI_DMA.cpp:87:3: warning: missing initializer for member 'spi_bus_config_t::intr_flags' [-Wmissing-field-initializers]
/home/merlin/Arduino/libraries/Arduino_GFX/src/databus/Arduino_ESP32SPI_DMA.cpp:101:3: warning: missing initializer for member 'spi_device_interface_config_t::pre_cb' [-Wmissing-field-initializers]
   };

   ^
/home/merlin/Arduino/libraries/Arduino_GFX/src/databus/Arduino_ESP32SPI_DMA.cpp:101:3: warning: missing initializer for member 'spi_device_interface_config_t::post_cb' [-Wmissing-field-initializers]

from arduino_gfx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.