-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
Description
Experienced behavior
次のファイルから読み込み: /usr/include/graphene-1.0/graphene.h:38,
次から読み込み: /usr/include/gtk-4.0/gsk/gsktypes.h:25,
次から読み込み: /usr/include/gtk-4.0/gsk/gskrenderer.h:26,
次から読み込み: /usr/include/gtk-4.0/gsk/gsk.h:24,
次から読み込み: /usr/include/gtk-4.0/gtk/gtk.h:32,
次から読み込み: ../inc/utils/yaml.h:29,
次から読み込み: ../inc/audio/curve.h:33,
次から読み込み: ../inc/audio/automation_point.h:29,
次から読み込み: ../inc/audio/region.h:28,
次から読み込み: ../src/gui/widgets/event_viewer.c:4:
/usr/include/graphene-1.0/graphene-simd4x4f.h: 関数 ‘graphene_simd4x4f_init_look_at’ 内:
/usr/include/graphene-1.0/graphene-simd4x4f.h:659:51: エラー: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Werror=double-promotion]
659 | if (fabs (graphene_simd4f_get_z (up) - 1.0) < FLT_EPSILON)
Expected behavior
No error
Steps to reproduce
- add
-Werror=double-promotionto CFLAGS and include<gtk/gtk.h>
Operating system in use
arch linux (parabola)
SIMD implementation in use
not sure but this might say: /usr/include/graphene-1.0/graphene-simd4x4f.h
Graphene version
1.10.8