File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 15
15
DEBIAN_FRONTEND : noninteractive
16
16
run : |
17
17
sudo apt-get update
18
- sudo apt-get install -y build-essential clang qemu qemu-user
18
+ sudo apt-get install -y build-essential clang qemu-system qemu-user
19
19
- uses : actions/checkout@v2
20
20
- name : Build the Docker image (GCC)
21
21
run : ./tools/ci/build-docker.sh gcc
Original file line number Diff line number Diff line change 11
11
#include "aclinux.h"
12
12
13
13
#elif defined(_APPLE) || defined(__APPLE__)
14
+ --- drivers/acpi/acpica/source/components/namespace/nsaccess.c 2023-06-28 23:38:40.000000000 +0200
15
+ @@ -613,6 +613,8 @@
16
+
17
+ if (SearchParentFlag == ACPI_NS_NO_UPSEARCH)
18
+ {
19
+ + /* avoid compiler error when not debugging */
20
+ + (void)NumCarats;
21
+ ACPI_DEBUG_PRINT ((ACPI_DB_NAMES,
22
+ "Search scope is [%4.4s], path has %u carat(s)\n",
23
+ AcpiUtGetNodeName (ThisNode), NumCarats));
You can’t perform that action at this time.
0 commit comments