Skip to content

Commit

Permalink
Disable -Wreserved-user-defined-literal
Browse files Browse the repository at this point in the history
  • Loading branch information
池上涼平 authored and 池上涼平 committed Dec 24, 2014
1 parent 152af3c commit fce740f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/qml/extconf.rb
Expand Up @@ -91,7 +91,7 @@ def configure_extension
end
$CPPFLAGS += " -DHAVE_RUBY_THREAD_H" if have_header('ruby/thread.h')

$CPPFLAGS += " -std=c++11 -Wall -Wextra -pipe"
$CPPFLAGS += " -std=c++11 -Wall -Wextra -pipe -Wno-reserved-user-defined-literal"
if @debug_enabled
$CPPFLAGS += " -O0 -ggdb3"
else
Expand Down

0 comments on commit fce740f

Please sign in to comment.