Code Monkey home page Code Monkey logo

Comments (4)

swolchok avatar swolchok commented on May 5, 2024

Sorry for the slow response, I've just got back from vacation. These all look benign enough to me. I'll patch the signed/unsigned comparison when I get a chance.

from libgraphqlparser.

swolchok avatar swolchok commented on May 5, 2024

Just pushed fixes for the warnings about register and sign comparison in JsonVisitor.cpp.

from libgraphqlparser.

jeroen avatar jeroen commented on May 5, 2024

I am still seeing one warning:

c:/Rtools/mingw_64/bin/g++  -std=c++0x -I"C:/PROGRA~1/R/R-33~1.1/include" -DNDEBUG -I. -Ilibgraphqlparser   -I"C:/Program Files/R/R-3.3.1/library/Rcpp/include" -I"d:/Compiler/gcc-4.9.3/local330/include"  -D__USE_MINGW_ANSI_STDIO   -O2 -Wall  -mtune=core2 -c libgraphqlparser/lexer.cpp -o libgraphqlparser/lexer.o
/Users/swolchok/libgraphqlparser/lexer.cpp: In function 'int yy_get_next_buffer(yyscan_t)':
/Users/swolchok/libgraphqlparser/lexer.cpp:727:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
/Users/swolchok/libgraphqlparser/lexer.cpp:1426:3: note: in expansion of macro 'YY_INPUT'
/Users/swolchok/libgraphqlparser/lexer.cpp: In function 'yy_buffer_state* yy_scan_bytes(const char*, int, yyscan_t)':
/Users/swolchok/libgraphqlparser/lexer.cpp:1948:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

from libgraphqlparser.

swolchok avatar swolchok commented on May 5, 2024

I can't fix warnings in flex generated code manually.

from libgraphqlparser.

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.