1
0
Fork 0
mutter-performance-source/src/frames
Jonas Ådahl 422ee4515d Compile with -Wfloat-conversion
This means we'll get warnings whenever a floating point value looses
precision, e.g. gets implicitly casted to an integer. It also warns when
implicitly casting double's to float's, which arguably is less of a
problem, but there are no warning for just float/double to int.

This would have caught
https://gitlab.gnome.org/GNOME/mutter/-/issues/3530.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3822>
2024-06-25 20:48:24 +02:00
..
main.c frames: Use cairo renderer on GTK frames 2023-04-24 12:07:06 +02:00
meson.build Revert "x11: Move Motif WM hints to a separate header" 2022-12-09 16:28:33 +00:00
meta-frame-content.c frames: Drop unused border property from frame content 2024-02-26 17:03:56 +00:00
meta-frame-content.h cleanup: Switch to pragma once 2023-08-07 22:24:36 +00:00
meta-frame-header.c frames: Add CSS class on init 2022-12-09 12:25:07 -03:00
meta-frame-header.h cleanup: Switch to pragma once 2023-08-07 22:24:36 +00:00
meta-frame.c Compile with -Wfloat-conversion 2024-06-25 20:48:24 +02:00
meta-frame.h cleanup: Switch to pragma once 2023-08-07 22:24:36 +00:00
meta-window-tracker.c cleanup: Stop translating nick/blurb for pspecs 2023-07-19 11:33:59 +00:00
meta-window-tracker.h cleanup: Switch to pragma once 2023-08-07 22:24:36 +00:00