Code Monkey home page Code Monkey logo

lmi-bmc's People

Contributors

jubalh avatar praveen-pk avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

jubalh zhiminwu

lmi-bmc's Issues

Pointers

After my pull requests #3 and #4 I still get these errors:

lmi-bmc/src/LmiBmc.c: In function ‘run_command’:
lmi-bmc/src/LmiBmc.c:230:9: warning: passing argument 1 of ‘free_2d_buffer’ from incompatible pointer type [enabled by default]
         free_2d_buffer(&buffer, &buffer_size);
         ^
lmi-bmc/src/LmiBmc.c:165:6: note: expected ‘char ***’ but argument is of type ‘char ****’
 void free_2d_buffer(char ***buffer, unsigned *buffer_size)
      ^
lmi-bmc/src/LmiBmc.c:230:9: warning: passing argument 2 of ‘free_2d_buffer’ from incompatible pointer type [enabled by default]
         free_2d_buffer(&buffer, &buffer_size);
         ^
lmi-bmc/src/LmiBmc.c:165:6: note: expected ‘unsigned int *’ but argument is of type ‘unsigned int **’
 void free_2d_buffer(char ***buffer, unsigned *buffer_size)
      ^
lmi-bmc/src/LmiBmc.c: In function ‘populate_bmc_info_with_ipmi’:
lmi-bmc/src/LmiBmc.c:363:4: warning: pointer targets in passing argument 3 of ‘run_command’ differ in signedness [-Wpointer-sign]
    if (run_command("ipmitool lan print 1", &buffer, &buffer_size) != 0)
    ^
lmi-bmc/src/LmiBmc.c:186:7: note: expected ‘unsigned int *’ but argument is of type ‘int *’
 short run_command(const char *command, char ***buffer, unsigned *buffer_size)
       ^
lmi-bmc/src/LmiBmc.c:443:5: warning: pointer targets in passing argument 3 of ‘run_command’ differ in signedness [-Wpointer-sign]
     if (run_command("ipmitool mc info", &buffer, &buffer_size) != 0)
     ^
lmi-bmc/src/LmiBmc.c:186:7: note: expected ‘unsigned int *’ but argument is of type ‘int *’
 short run_command(const char *command, char ***buffer, unsigned *buffer_size)

Could you maybe take a look at them? Not sure if it's just about casting or should get fixed.

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.