hujun5 a9bd4dbe01 Fix compiler errors
taskset.c: In function 'taskset_main':
Error: taskset.c:141:48: error: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'cpu_set_t' {aka 'long unsigned int'} [-Werror=format=]
  141 |       printf("pid %d's current affinity mask: %x\n", pid, cpuset);
      |                                               ~^          ~~~~~~
      |                                                |          |
      |                                                |          cpu_set_t {aka long unsigned int}
      |                                                unsigned int
      |                                               %lx
cc1: all warnings being treated as errors
make[2]: *** [/github/workspace/sources/apps/Application.mk:271: taskset.c.github.workspace.sources.apps.system.taskset.o] Error 1
make[2]: Target 'all' not remade because of errors.
make[1]: *** [Makefile:51: /github/workspace/sources/apps/system/taskset_all] Error 2
make[1]: Target 'all' not remade because of errors.
make: *** [tools/LibTargets.mk:232: /github/workspace/sources/apps/libapps.a] Error 2
make: Target 'all' not remade because of errors.
Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-05-22 19:09:22 +08:00
..
2023-07-08 13:52:02 +08:00
2023-08-09 20:59:40 +08:00
2024-05-11 01:20:08 +08:00
2023-07-08 13:52:02 +08:00
2023-08-26 17:06:55 +08:00
2022-09-27 19:39:31 +08:00
2023-12-11 08:43:34 -08:00
2024-04-18 09:56:48 +08:00
2023-07-08 13:52:02 +08:00
2024-02-25 10:38:51 -05:00
2023-07-08 13:52:02 +08:00
2023-07-08 13:52:02 +08:00
2023-07-08 13:52:02 +08:00
2023-10-23 22:26:13 +08:00
2023-07-08 13:52:02 +08:00
2023-12-07 18:26:39 -08:00
2023-07-08 13:52:02 +08:00
2023-07-08 13:52:02 +08:00
2024-05-22 19:09:22 +08:00
2023-07-08 13:52:02 +08:00
2023-07-08 13:52:02 +08:00
2023-05-13 10:15:02 -03:00
2024-01-04 10:26:49 +01:00
2023-07-08 13:52:02 +08:00
2023-11-16 20:31:08 -08:00
2023-07-08 13:52:02 +08:00