Skip to content

Commit aab0787

Browse files
committed
test
1 parent 722c21d commit aab0787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/o/osrm-backend.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def install
5050
# /usr/include/c++/11/ext/new_allocator.h:145:26: error: 'void operator delete(void*, std::size_t)'
5151
# called on unallocated object 'result' [-Werror=free-nonheap-object]
5252
ENV.append_to_cflags "-Wno-free-nonheap-object" if OS.linux?
53+
ENV.append_to_cflags "-Wno-error=uninitialized" if OS.linux?
5354

5455
lua = Formula["lua"]
5556
luaversion = lua.version.major_minor

0 commit comments

Comments
 (0)