Coder Social home page Coder Social logo

Comments (4)

sgbeal avatar sgbeal commented on May 22, 2024

Same here:

https://github.com/uber/h3/blob/master/examples/edge.c#L39

from h3.

sgbeal avatar sgbeal commented on May 22, 2024

And here:

https://github.com/uber/h3/blob/master/examples/index.c#L50

from h3.

isaacbrodsky avatar isaacbrodsky commented on May 22, 2024

Hi, I just checked using GCC 6 and do not see any errors or warnings. Looking this up online, it looks like the C99 standard permits not explicitly returning from int main. See for example: https://stackoverflow.com/questions/3727051/why-does-a-main-function-without-a-return-statement-return-value-12/3728153#3728153 Do you have an example compiler/version that's able to compile the example but warns or doesn't emit the return 0?

I don't think there'd be an objection to adding an explicit return statement if you'd like to open a PR.

from h3.

sgbeal avatar sgbeal commented on May 22, 2024

i didn't attempt compilation - just eyeballed the code (and it failed that compilation check ;)). Adding an explicit return for a function declared as returning a value is simply The Right Thing To Do, main() or not.

from h3.

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.