Skip to content

Commit 06a39dd

Browse files
committed
pinctrl: Work around MUSL brokenness and obstinacy
Let's join the list of projects having to deal with the inconsistent ioctl declarations in MUSL C, because we have nothing else that needs doing. Signed-off-by: Phil Elwell <[email protected]>
1 parent 045e3de commit 06a39dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinctrl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.10...3.27)
22
include(GNUInstallDirs)
33

4-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Werror -pedantic")
4+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Werror")
55

66
#set project name
77
project(pinctrl)

0 commit comments

Comments
 (0)