File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -259,14 +259,8 @@ project (Jerry CXX C ASM)
259259 endforeach ()
260260 endmacro ()
261261
262- add_jerry_compile_warnings(all extra)
263- add_jerry_compile_flags(-pedantic)
264- add_jerry_compile_warnings(format-nonliteral init-self)
265- add_jerry_compile_flags(-Wno-stack-protector)
266- add_jerry_compile_warnings(conversion sign-conversion format-security)
267- add_jerry_compile_warnings(missing-declarations)
268- add_jerry_compile_flags(-Wno-attributes)
269- add_jerry_compile_flags(-Wfatal-errors)
262+ add_jerry_compile_warnings(all extra format-nonliteral init-self conversion sign-conversion format-security missing-declarations)
263+ add_jerry_compile_flags(-pedantic -Wno-stack-protector -Wno-attributes -Wfatal-errors)
270264 if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
271265 add_jerry_compile_warnings(logical-op)
272266 else ()
You can’t perform that action at this time.
0 commit comments