Line 0
Link Here
|
|
|
1 |
Assertion failed: (SE.DT.dominates(Ret, &*BIP)), function ReuseOrCreateCast, file /usr/src/contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp, line 83. |
2 |
cc: error: unable to execute command: Abort trap (core dumped) |
3 |
cc: error: clang frontend command failed due to signal (use -v to see invocation) |
4 |
|
5 |
--- xglock/xglock.c.orig 2018-07-08 11:29:53 UTC |
6 |
+++ xglock/xglock.c |
7 |
@@ -1489,7 +1489,7 @@ static void |
8 |
create_boolOptions_buttons(GtkScrolledWindow *parent) |
9 |
{ |
10 |
gint i; |
11 |
- gpointer iptr = 0; |
12 |
+ guint iptr = 0; |
13 |
GtkWidget *box0; |
14 |
GtkWidget *box1; |
15 |
GtkWidget *box2; |
16 |
@@ -1514,7 +1514,7 @@ create_boolOptions_buttons(GtkScrolledWindow *parent) |
17 |
gtk_box_pack_start(GTK_BOX(i%2 ? box1 : box2), button, TRUE, TRUE, 0); |
18 |
gtk_signal_connect(GTK_OBJECT(button), "clicked", |
19 |
(GtkSignalFunc) bool_option_clicked_cb, |
20 |
- iptr++); |
21 |
+ GUINT_TO_POINTER(iptr++)); |
22 |
gtk_widget_show(button); |
23 |
} |
24 |
} |