We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722c21d commit aab0787Copy full SHA for aab0787
Formula/o/osrm-backend.rb
@@ -50,6 +50,7 @@ def install
50
# /usr/include/c++/11/ext/new_allocator.h:145:26: error: 'void operator delete(void*, std::size_t)'
51
# called on unallocated object 'result' [-Werror=free-nonheap-object]
52
ENV.append_to_cflags "-Wno-free-nonheap-object" if OS.linux?
53
+ ENV.append_to_cflags "-Wno-error=uninitialized" if OS.linux?
54
55
lua = Formula["lua"]
56
luaversion = lua.version.major_minor
0 commit comments