Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler warnings from version.cpp #25

Open
feedhandler opened this issue Jul 21, 2017 · 0 comments
Open

Compiler warnings from version.cpp #25

feedhandler opened this issue Jul 21, 2017 · 0 comments

Comments

@feedhandler
Copy link

Just a minor issue: a couple of compiler warnings are generated env.CreateVersion():

build/src/gcc62/dbg/x86_64/c++1z/working/src/version.cpp: In function 'build::identity::dependencies_t build::initialise_dependencies()':

= Warning 1 =
_build/src/gcc62/dbg/x86_64/c++1z/working/src/version.cpp:65:38: warning: typedef 'dependency_t' locally defined but not used [-Wunused-local-typedefs]

 typedef identity::dependency_t   dependency_t;
                                  ^~~~~~~~~~~~

= Warning 2 =
_build/src/gcc62/dbg/x86_64/c++1z/working/src/version.cpp:66:38: warning: typedef 'revisions_t' locally defined but not used [-Wunused-local-typedefs]

 typedef identity::revisions_t    revisions_t;
                                  ^~~~~~~~~~~
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

No branches or pull requests

1 participant