Searched hist:b89f25ea (Results 1 - 1 of 1) sorted by relevance

/linux-master/
H A DMakefilediff b89f25ea Mon Mar 04 05:55:20 MST 2019 Luc Van Oostenryck <luc.vanoostenryck@gmail.com> kbuild: use -Werror=implicit-... instead of -Werror-implicit-...

The flag '-Werror-implicit-function-declaration', present in GCC 2.95,
stopped to be documented in GCC 4.3, replaced by the more generic
'-Werror=...' form.

So, use the equivalent '-Werror=implicit-function-declaration' instead.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff b89f25ea Mon Mar 04 05:55:20 MST 2019 Luc Van Oostenryck <luc.vanoostenryck@gmail.com> kbuild: use -Werror=implicit-... instead of -Werror-implicit-...

The flag '-Werror-implicit-function-declaration', present in GCC 2.95,
stopped to be documented in GCC 4.3, replaced by the more generic
'-Werror=...' form.

So, use the equivalent '-Werror=implicit-function-declaration' instead.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Completed in 1495 milliseconds