Daniel van Vugt
d7d75dd8e7
cogl-trace: Include cogl-trace.h even when not tracing
...
Public functions in C should be declared before they are defined, and
often compilers warn you if you haven't:
```
../cogl/cogl/cogl-trace.c:237:1: warning: no previous prototype for
‘cogl_set_tracing_enabled_on_thread_with_fd’ [-Wmissing-prototypes]
cogl_set_tracing_enabled_on_thread_with_fd (void *data,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../cogl/cogl/cogl-trace.c:245:1: warning: no previous prototype for
‘cogl_set_tracing_enabled_on_thread’ [-Wmissing-prototypes]
cogl_set_tracing_enabled_on_thread (void *data,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../cogl/cogl/cogl-trace.c:253:1: warning: no previous prototype for
‘cogl_set_tracing_disabled_on_thread’ [-Wmissing-prototypes]
cogl_set_tracing_disabled_on_thread (void *data)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
In this case the function declarations were not included because
`HAVE_TRACING` isn't defined. But we should still include `cogl-trace.h`
because it handles the case of `HAVE_TRACING` not being defined and
correctly still declares the functions defined in `cogl-trace.c`.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/650
2019-06-26 16:36:05 +00:00
..
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-04-18 01:26:32 +00:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2016-04-22 16:44:31 +02:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-06-19 21:46:22 +02:00
2019-02-15 16:35:46 +01:00
2019-06-20 18:25:04 +02:00
2016-04-22 16:44:31 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-02-28 09:31:01 +01:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-19 21:46:22 +02:00
2019-02-15 16:35:46 +01:00
2016-04-22 16:44:31 +02:00
2016-07-20 14:23:48 +08:00
2016-04-22 16:44:31 +02:00
2019-06-19 21:46:22 +02:00
2019-02-15 16:35:46 +01:00
2016-04-22 16:44:31 +02:00
2019-02-15 16:35:46 +01:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-04-18 12:52:57 -04:00
2019-04-18 12:52:57 -04:00
2019-04-18 12:52:57 -04:00
2018-11-06 17:17:36 +01:00
2018-11-06 18:51:44 +01:00
2016-04-22 16:44:31 +02:00
2016-04-22 16:44:31 +02:00
2019-06-19 21:46:22 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2016-04-22 16:44:31 +02:00
2016-07-20 14:23:48 +08:00
2018-11-23 08:55:43 +01:00
2019-06-19 21:46:22 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2018-11-06 17:17:36 +01:00
2019-02-15 16:35:46 +01:00
2016-04-22 16:44:31 +02:00
2018-11-23 08:55:43 +01:00
2016-07-20 14:23:48 +08:00
2018-11-06 17:17:36 +01:00
2019-02-15 16:35:46 +01:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2016-07-20 14:23:48 +08:00
2019-02-15 16:35:46 +01:00
2019-06-20 18:25:04 +02:00
2016-11-18 00:00:10 +08:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2016-04-22 16:44:31 +02:00
2016-04-22 16:44:31 +02:00
2016-04-22 16:44:31 +02:00
2019-04-18 01:26:32 +00:00
2019-02-15 16:35:46 +01:00
2019-02-28 09:31:01 +01:00
2018-11-23 08:55:43 +01:00
2018-12-19 19:21:51 +00:00
2019-02-15 16:35:46 +01:00
2016-07-20 14:23:48 +08:00
2016-04-22 16:44:31 +02:00
2016-04-22 16:44:31 +02:00
2016-04-22 16:44:31 +02:00
2018-11-06 17:17:36 +01:00
2019-02-15 16:35:46 +01:00
2016-04-22 16:44:31 +02:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-06-20 18:25:04 +02:00
2018-11-06 17:17:36 +01:00
2016-04-22 16:44:31 +02:00
2018-11-06 17:17:36 +01:00
2016-04-22 16:44:31 +02:00
2018-11-06 17:17:36 +01:00
2018-11-23 08:55:43 +01:00
2019-02-28 09:31:01 +01:00
2019-06-19 21:36:19 +02:00
2019-02-15 16:35:46 +01:00
2019-06-19 21:46:22 +02:00
2019-02-15 16:35:46 +01:00
2016-04-22 16:44:31 +02:00
2018-11-06 17:17:36 +01:00
2019-04-18 12:53:16 -04:00
2019-04-18 01:26:32 +00:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2019-06-19 21:36:19 +02:00
2019-02-15 16:35:46 +01:00
2019-06-19 21:46:22 +02:00
2018-11-23 08:55:43 +01:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2016-04-22 16:44:31 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-06-19 21:46:22 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2018-11-06 17:17:36 +01:00
2019-02-28 09:31:01 +01:00
2016-07-20 14:23:48 +08:00
2018-11-06 17:17:36 +01:00
2016-04-22 16:44:31 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2016-04-22 16:44:31 +02:00
2019-04-18 12:53:17 -04:00
2019-04-18 12:53:17 -04:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-19 21:46:22 +02:00
2019-04-17 19:57:14 +00:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-19 21:46:22 +02:00
2019-02-15 16:35:46 +01:00
2018-11-23 08:55:43 +01:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2019-05-21 15:20:44 +02:00
2019-05-21 15:20:44 +02:00
2018-11-23 08:55:43 +01:00
2018-11-06 17:17:36 +01:00
2016-04-22 16:44:31 +02:00
2019-06-19 21:46:22 +02:00
2018-11-23 08:55:43 +01:00
2016-04-22 16:44:31 +02:00
2019-06-19 21:36:19 +02:00
2019-04-18 12:53:16 -04:00
2019-06-19 21:46:22 +02:00
2019-04-18 12:53:16 -04:00
2019-02-15 16:35:46 +01:00
2019-04-18 12:53:16 -04:00
2019-02-15 16:35:46 +01:00
2019-05-21 15:20:44 +02:00
2019-02-15 16:35:46 +01:00
2019-01-22 18:31:52 +01:00
2016-04-22 16:44:31 +02:00
2019-06-19 21:46:22 +02:00
2019-02-15 16:35:46 +01:00
2019-06-19 21:46:22 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2016-04-22 16:44:31 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-06-19 21:46:22 +02:00
2019-02-28 09:31:01 +01:00
2019-06-19 21:36:19 +02:00
2019-02-15 16:35:46 +01:00
2016-04-22 16:44:31 +02:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2018-11-23 08:55:43 +01:00
2019-02-15 16:35:46 +01:00
2019-02-15 16:35:46 +01:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-26 16:36:05 +00:00
2019-05-31 11:57:09 -03:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2019-06-19 21:46:22 +02:00
2019-06-19 21:46:22 +02:00
2019-02-15 16:35:46 +01:00
2018-11-06 17:17:36 +01:00
2019-06-18 09:54:04 +02:00
2016-04-22 16:44:31 +02:00
2016-04-22 16:44:31 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-02-15 16:35:46 +01:00
2018-11-06 17:17:36 +01:00
2018-11-23 08:55:43 +01:00
2019-06-19 21:46:22 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2019-06-20 18:25:04 +02:00
2018-11-07 14:29:30 +01:00