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

Fix GCC 5 error/warnings in HDR demo #8252

Merged
merged 1 commit into from Jan 28, 2021

Conversation

ev-mp
Copy link
Collaborator

@ev-mp ev-mp commented Jan 27, 2021

Rectifying GCC 5 errors

@@ -98,12 +98,12 @@ int main(int argc, char* argv[]) try
// init parameters to set view's window
unsigned width = 1280;
unsigned height = 720;
char* title = "RealSense HDR Example";
std::string title = "RealSense HDR Example";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Better as const char *, but OK...

@ev-mp ev-mp merged commit 0261ff7 into IntelRealSense:development Jan 28, 2021
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.

None yet

2 participants