Daniel Bertalan
fc003cd248
Userland: Silence or resolve new GCC 13 warnings
...
GCC 13 produces the following true positive warnings:
- `-Wredundant-move` when trying to move `result->tooltip()`, which
is a const reference in `Assistant/main.cpp`
- `-Wuse-after-free` when freeing an environment variable before
removing it from `s_malloced_environment_variables`
- `-Wdangling-pointer` when storing an AST node's `this` pointer to the
interpreter's node stack in LibJS. This is not actually an issue, as
it is popped when the scope ends, but GCC has no way of telling this.
2023-05-15 07:00:29 +02:00
..
2022-12-28 11:53:41 +01:00
2022-12-06 08:54:33 +01:00
2023-05-05 02:19:05 +02:00
2022-08-23 19:07:12 +01:00
2023-04-29 08:55:16 -06:00
2023-04-06 21:19:58 +03:00
2023-03-05 16:55:08 +01:00
2022-12-03 23:52:23 +00:00
2022-09-18 18:30:05 -07:00
2022-12-28 11:53:41 +01:00
2022-08-23 19:07:12 +01:00
2023-01-02 20:27:20 -05:00
2023-04-14 19:15:19 +02:00
2023-01-07 10:01:37 -07:00
2023-01-02 20:27:20 -05:00
2022-08-23 19:07:12 +01:00
2023-05-05 02:19:05 +02:00
2023-05-05 02:19:05 +02:00
2023-05-14 13:47:53 +02:00
2023-04-10 10:21:28 +02:00
2022-08-23 19:07:12 +01:00
2023-03-01 19:36:53 -07:00
2023-04-14 19:15:19 +02:00
2022-08-23 19:07:12 +01:00
2023-03-12 22:09:09 +01:00
2023-01-02 20:27:20 -05:00
2022-08-23 19:07:12 +01:00
2023-04-09 22:00:54 +02:00
2022-11-25 23:13:16 +01:00
2023-01-07 10:01:37 -07:00
2022-12-28 11:53:41 +01:00
2023-01-21 10:43:59 -07:00
2022-10-10 12:23:12 +02:00
2022-09-29 09:02:17 -04:00
2023-01-21 10:43:59 -07:00
2023-04-14 19:15:19 +02:00
2022-09-16 16:09:19 +00:00
2023-04-14 12:29:03 +01:00
2023-01-04 20:13:54 +01:00
2022-10-15 13:16:24 +02:00
2022-07-22 10:07:15 -07:00
2022-08-23 19:07:12 +01:00
2022-07-22 10:07:15 -07:00
2023-04-23 14:30:59 +02:00
2022-10-24 15:49:39 +02:00
2023-01-02 20:27:20 -05:00
2023-04-09 22:00:54 +02:00
2022-11-08 11:51:19 +01:00
2022-09-05 10:12:02 +01:00
2022-09-20 12:57:21 +01:00
2022-08-23 19:07:12 +01:00
2023-01-02 20:27:20 -05:00
2022-10-27 11:30:19 +01:00
2022-10-27 11:30:19 +01:00
2023-01-27 20:38:49 +00:00
2022-07-21 16:39:22 +02:00
2022-12-11 19:55:37 -07:00
2022-08-23 19:07:12 +01:00
2022-12-28 11:53:41 +01:00
2023-01-02 20:27:20 -05:00
2023-01-02 20:27:20 -05:00
2023-01-21 10:43:59 -07:00
2023-01-02 20:27:20 -05:00
2022-11-01 14:49:09 +00:00
2022-11-29 11:04:21 +01:00
2023-04-10 10:21:28 +02:00
2023-01-21 10:43:59 -07:00
2022-08-23 19:07:12 +01:00
2023-01-07 10:01:37 -07:00
2022-12-11 19:55:37 -07:00
2023-05-15 07:00:29 +02:00
2023-02-05 16:40:51 +01:00
2023-04-15 15:38:24 +02:00
2023-02-08 19:06:42 +00:00
2022-10-14 13:37:29 +02:00
2022-10-14 13:37:29 +02:00
2022-12-03 23:52:23 +00:00
2023-01-27 20:38:49 +00:00
2022-12-06 08:54:33 +01:00
2022-07-22 10:07:15 -07:00
2022-08-23 19:07:12 +01:00
2023-04-09 22:00:54 +02:00
2023-01-21 10:43:59 -07:00
2023-03-24 10:58:43 +00:00
2023-03-12 22:09:09 +01:00
2023-01-02 20:27:20 -05:00
2022-08-23 19:07:12 +01:00