Berthold Stoeger
2cd7b9db25
Warnings: replace memcpy by assignment
...
New gcc (v8.2) complains about memcpy()ing an object with non-POD
members. Even though this seems not to be an issue for template_options,
the warning has some merrit. The compiler will recognize when to do
a memcpy() anyway. Moreover, the assignment is easier to read and also
more secure, as a-priory we can't know if Qt's QColor copy-constructor
does some strange things (hopefully not).
Thus, replace memcpy() by simple assignment.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2018-11-19 13:51:03 -08:00
..
2015-10-30 10:36:49 -07:00
2018-10-13 21:42:53 -04:00
2018-10-25 23:23:03 +01:00
2018-09-29 15:23:25 -07:00
2018-11-18 16:50:09 -08:00
2017-12-30 08:23:22 -08:00
2017-04-29 13:32:55 -07:00
2017-11-30 23:14:46 -08:00
2018-09-30 08:09:37 -07:00
2018-09-30 08:09:37 -07:00
2017-11-16 14:26:51 +01:00
2018-10-11 16:22:27 -07:00
2018-10-11 16:22:27 -07:00
2018-10-11 16:22:27 -07:00
2018-11-18 16:50:09 -08:00
2018-10-11 16:22:27 -07:00
2018-10-11 16:22:27 -07:00
2018-10-11 16:22:27 -07:00
2018-08-28 12:03:03 -07:00
2018-09-29 15:23:25 -07:00
2018-04-27 21:33:47 +03:00
2017-11-30 23:14:46 -08:00
2018-06-17 06:53:13 +09:00
2018-06-17 06:53:13 +09:00
2017-11-30 23:14:46 -08:00
2018-11-16 16:57:14 -08:00
2018-11-05 07:55:53 -08:00
2018-10-29 00:09:31 +00:00
2018-06-04 08:50:10 -07:00
2018-09-16 08:07:33 -07:00
2018-10-11 16:22:27 -07:00
2018-10-04 10:22:11 +02:00
2017-11-30 23:14:46 -08:00
2018-07-18 09:06:37 -07:00
2018-09-29 15:23:25 -07:00
2018-09-11 17:25:00 -07:00
2018-07-31 11:02:34 +02:00
2018-03-02 08:38:22 -08:00
2018-08-29 03:09:10 -07:00
2017-05-27 11:07:20 -07:00
2015-10-30 10:36:49 -07:00
2018-10-15 20:55:58 -04:00
2018-10-12 08:22:44 -07:00
2018-09-23 11:49:30 -07:00
2017-11-30 23:14:46 -08:00
2018-07-15 09:38:12 -07:00
2018-07-04 02:27:36 +08:00
2018-07-15 09:38:12 -07:00
2018-01-10 16:45:42 +01:00
2018-09-29 15:23:25 -07:00
2017-04-29 13:32:55 -07:00
2018-09-29 15:23:25 -07:00
2017-12-30 08:15:11 -08:00
2018-10-30 22:24:07 +00:00
2018-10-29 00:09:31 +00:00
2018-01-27 12:29:00 -08:00
2018-11-05 07:55:53 -08:00
2018-10-14 20:46:02 +02:00
2018-09-14 13:18:42 -07:00
2018-10-29 00:09:31 +00:00
2018-10-29 00:09:31 +00:00
2018-10-29 00:09:31 +00:00
2018-09-29 15:23:25 -07:00
2018-01-31 14:47:26 +01:00
2018-01-31 14:47:26 +01:00
2017-02-24 01:06:09 -08:00
2017-11-13 11:53:55 +01:00
2018-05-21 12:48:04 -07:00
2018-07-31 11:02:34 +02:00
2018-10-13 21:42:53 -04:00
2017-04-29 13:32:55 -07:00
2018-06-04 08:50:10 -07:00
2017-12-29 09:14:20 -08:00
2015-10-30 10:36:49 -07:00
2015-10-30 10:36:49 -07:00
2015-10-30 10:36:49 -07:00
2017-11-30 23:14:46 -08:00
2017-11-30 23:14:46 -08:00
2017-11-30 23:14:46 -08:00
2018-07-15 09:38:12 -07:00
2017-11-30 23:14:46 -08:00
2018-10-13 21:42:53 -04:00
2018-09-29 15:23:25 -07:00
2018-07-30 12:20:26 -07:00
2018-09-29 15:23:25 -07:00
2018-10-29 00:09:31 +00:00
2018-09-29 15:16:11 -07:00
2017-11-30 23:14:46 -08:00
2018-09-29 15:23:25 -07:00
2015-10-30 10:36:49 -07:00
2018-10-13 21:42:53 -04:00
2017-04-29 13:32:55 -07:00
2018-11-19 13:51:03 -08:00
2017-04-29 13:32:55 -07:00
2017-03-12 09:19:03 -07:00
2018-10-07 17:50:51 +03:00
2018-07-04 05:33:31 +08:00
2018-10-02 13:20:44 -07:00
2017-04-29 13:32:55 -07:00
2018-07-15 09:38:12 -07:00
2018-06-04 08:50:10 -07:00
2018-05-31 21:29:29 +03:00
2018-08-29 03:09:10 -07:00
2017-04-29 13:32:55 -07:00
2017-03-06 06:40:00 -08:00
2017-11-30 23:14:46 -08:00