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

Community fixes #2790

Merged
merged 5 commits into from
Nov 29, 2018
Merged

Conversation

dorodnic
Copy link
Contributor

#2645 - symbols collision with ROS libraries
#2763 - -Wshadow warnings
Bump version to 2.17

@dorodnic dorodnic requested a review from ev-mp November 28, 2018 12:57
@@ -3468,7 +3468,7 @@ stbi_inline static int stbi__bit_reverse(int v, int bits)

static int stbi__zbuild_huffman(stbi__zhuffman *z, stbi_uc *sizelist, int num)
{
int i,k=0;
int i,kl=0;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we notify the 3rd party in such case ?

@@ -8,6 +8,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
# View the makefile commands during build
#set(CMAKE_VERBOSE_MAKEFILE on)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror=shadow")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can it be moved to the core lib, for builds w/o demos, like pyrealsense ?

@dorodnic dorodnic closed this Nov 28, 2018
@dorodnic dorodnic reopened this Nov 28, 2018
@dorodnic dorodnic changed the base branch from development to master November 28, 2018 13:56
@dorodnic dorodnic changed the base branch from master to development November 28, 2018 13:56
@dorodnic dorodnic merged commit a7fc189 into IntelRealSense:development Nov 29, 2018
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.

2 participants