Skip to content

Commit 11df204

Browse files
committed
Remove -Wno-int-conversion -DDEBUG
1 parent f9edd92 commit 11df204

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

qnx4/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Makefile for the linux qnx4-filesystem routines.
44
# ... as kernel modules
55

6-
ccflags-y += -I$(src) -Wno-int-conversion -DDEBUG -DCONFIG_QNX4FS_FS=y
6+
ccflags-y += -I$(src) -DCONFIG_QNX4FS_FS=y
77

88
obj-m := qnx4.o
99
qnx4-objs := inode.o dir.o namei.o bitmap.o

qnx4/dkms.conf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
qnx4
1+
PACKAGE_NAME="qnx4"
2+
PACKAGE_VERSION="1"
3+
CLEAN="make clean"
4+
MAKE[0]="make all KERNEL_SRC=/lib/modules/$kernelver/build"
5+
BUILT_MODULE_NAME[0]="qnx4"
6+
DEST_MODULE_LOCATION[0]="/updates"
7+
AUTOINSTALL="yes"

qnx6/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Makefile for the linux qnx4-filesystem routines.
44
# ... as kernel modules
55

6-
ccflags-y += -I$(src) -Wno-int-conversion -DDEBUG -DCONFIG_QNX6FS_FS=y
6+
ccflags-y += -I$(src) -DCONFIG_QNX6FS_FS=y
77

88
obj-m := qnx6.o
99
qnx6-objs := inode.o dir.o namei.o super_mmi.o

qnx6/dkms.conf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
qnx6
1+
PACKAGE_NAME="qnx6"
2+
PACKAGE_VERSION="1"
3+
CLEAN="make clean"
4+
MAKE[0]="make all KERNEL_SRC=/lib/modules/$kernelver/build"
5+
BUILT_MODULE_NAME[0]="qnx6"
6+
DEST_MODULE_LOCATION[0]="/updates"
7+
AUTOINSTALL="yes"

0 commit comments

Comments
 (0)