Giter Site home page Giter Site logo

Comments (3)

devZer0 avatar devZer0 commented on September 25, 2024

compressed view :

src/sml_number.c:30:49: warning: unused parameter ‘type’ [-Wunused-parameter]
void sml_number_init(u64 number, unsigned char type, int size)

sml_server.c:79:14: warning: unused parameter ‘argc’ [-Wunused-parameter]
int main(int argc, char *argv) {
^
sml_server.c:79:27: warning: unused parameter ‘argv’ [-Wunused-parameter]
int main(int argc, char *argv) {
^

unity/unity.c:17:8: warning: missing braces around initializer [-Wmissing-braces]
struct _Unity Unity = { 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , { 0 } };
^
unity/unity.c:17:8: warning: (near initialization for ‘Unity.AbortFrame[0]’) [-Wmissing-braces]
unity/unity.c:17:8: warning: missing initializer for field ‘__mask_was_saved’ of ‘struct __jmp_buf_tag’ [-Wmissing-field-initializers]
In file included from unity/unity_internals.h:11:0,
from unity/unity.h:12,
from unity/unity.c:7:
/usr/include/setjmp.h:41:9: note: ‘__mask_was_saved’ declared here
int __mask_was_saved; / Saved the signal mask? */

from libsml.

r00t- avatar r00t- commented on September 25, 2024
  • firs two are duplicate of #9
  • unity: i guess we should update this? or make it an external dependancy?

from libsml.

andig avatar andig commented on September 25, 2024

Please open new one for unity if required.

from libsml.

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.