Skip to content

Commit

Permalink
enabled -Wextra
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniz Erbilgin committed Sep 10, 2020
1 parent e172ed7 commit 379162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project('OTAESGCM', 'cpp',

cpp_args = [
'-O0',
'-Wall', '-Werror',
'-Wall', '-Wextra', '-Werror',
'-Wno-non-virtual-dtor',
'-DEXT_AVAILABLE_ARDUINO_LIB_OTAESGCM'
]
Expand Down

0 comments on commit 379162a

Please sign in to comment.