Skip to content

Removing Visual Studio 2013 warnings#512

Closed
rguiotti wants to merge 3 commits into
cppcheck-opensource:masterfrom
rguiotti:master
Closed

Removing Visual Studio 2013 warnings#512
rguiotti wants to merge 3 commits into
cppcheck-opensource:masterfrom
rguiotti:master

Conversation

@rguiotti

@rguiotti rguiotti commented Feb 8, 2015

Copy link
Copy Markdown

Hi there, I am starting to look at cppcheck code and even though I´ve been using it for quite some time now, I am just trying to understand it better before I make real improvements to it.

Thank you for the great job you´ve been doing.

1>..\externals\tinyxml\tinyxml2.cpp(674): warning C4127: conditional
expression is constant
1>..\externals\tinyxml\tinyxml2.cpp(708): warning C4127: conditional
expression is constant
1>..\externals\tinyxml\tinyxml2.cpp(743): warning C4127: conditional
expression is constant
1>..\externals\tinyxml\tinyxml2.cpp(750): warning C4127: conditional
expression is constant
1>tokenize.cpp(3218): warning C4244: '=' : conversion from
'MathLib::bigint' to 'size_t', possible loss of data
@matthiaskrgr

Copy link
Copy Markdown
Collaborator

Hi, the tinyxml changes should probably go here: https://github.com/leethomason/tinyxml2 (that's where we pull it from/from where we update it from time to time)

@danmar

danmar commented Feb 8, 2015

Copy link
Copy Markdown
Collaborator

btw.. thanks for your interest in Cppcheck.

@danmar

danmar commented Feb 13, 2015

Copy link
Copy Markdown
Collaborator

I will close this pull request now. I don't want to apply this. feel free to take care of my comment. or if you prefer to forget this and do something else in cppcheck feel free to do that.

@danmar danmar closed this Feb 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants