Skip to content

progress: fix a compile warning on some systems#7549

Closed
mkauf wants to merge 1 commit intocurl:masterfrom
mkauf:fix_progress_warning
Closed

progress: fix a compile warning on some systems#7549
mkauf wants to merge 1 commit intocurl:masterfrom
mkauf:fix_progress_warning

Conversation

@mkauf
Copy link
Contributor

@mkauf mkauf commented Aug 10, 2021

lib/progress.c:380:40: warning: conversion to 'long double' from
'curl_off_t {aka long long int}' may alter its value [-Wconversion]

lib/progress.c:380:40: warning: conversion to 'long double' from
'curl_off_t {aka long long int}' may alter its value [-Wconversion]
Copy link
Member

@bagder bagder left a comment

Choose a reason for hiding this comment

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

Unfortunate, but fixing warnings is good.

@jay jay added the build label Aug 10, 2021
@mkauf mkauf closed this in dd37639 Aug 10, 2021
@mkauf mkauf deleted the fix_progress_warning branch August 10, 2021 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants