Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 948654 - media-video/mplayer-1.5_p20241125: fails to compile with -std=gnu23: -Wincompatible-pointer-types
Summary: media-video/mplayer-1.5_p20241125: fails to compile with -std=gnu23: -Wincomp...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-24 13:43 UTC by NHO
Modified: 2025-01-24 13:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description NHO 2025-01-24 13:43:17 UTC
libvo/gl_common.c: In function 'init_mpglcontext':
libvo/gl_common.c:2731:27: error: assignment to 'void (*)(struct MPGLContext *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
 2731 |     ctx->releaseGlContext = releaseGlContext_sdl;
      |                           ^


Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-01-24 13:45:22 UTC
Full build.log and emerge --info please.