Skip to content

Commit

Permalink
older compilers don't like -Werror=frame-larger-than=. As there is al…
Browse files Browse the repository at this point in the history
…ready a -Werror, just us -Wframe-larger-than, as other tests also seem to do
  • Loading branch information
snuf committed Jun 15, 2020
1 parent 2a18ca0 commit f3bb361
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions root/usr/src/iomemory-vsl-3.2.16/check_target_kernel.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PREV_KERNELVER="5.3.0-45-generic"
PREV_KERNEL_SRC="/lib/modules/5.3.0-45-generic/build"
PREV_KERNELVER="5.3.0-59-generic"
PREV_KERNEL_SRC="/lib/modules/5.3.0-59-generic/build"
2 changes: 1 addition & 1 deletion root/usr/src/iomemory-vsl-3.2.16/kfio_config_add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void has_queue_blk_queue_flag_ops(void)
blk_queue_flag_clear(0, &q);
}
'
kfioc_test "$test_code" "$test_flag" 1 "-Werror -Werror=frame-larger-than=4096"
kfioc_test "$test_code" "$test_flag" 1 "-Werror -Wframe-larger-than=4096"
}

# flag: KFIOC_X_BIO_HAS_ERROR
Expand Down
2 changes: 1 addition & 1 deletion root/usr/src/iomemory-vsl-3.2.16/license.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include "linux/module.h"
MODULE_LICENSE("GPL");
MODULE_VERSION("8d44c50");
MODULE_VERSION("2a18ca0");

0 comments on commit f3bb361

Please sign in to comment.