fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-04-11 21:28:09 -05:00
parent 13f6979cd1
commit 2fb1f116b3
2 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,8 @@ CFLAGS ?= ${OPT_FLAGS}
CFLAGS := ${CFLAGS} \ CFLAGS := ${CFLAGS} \
-Wall \ -Wall \
-Wno-unused-result -Wno-unused-result
CXXFLAGS ?= ${OPT_FLAGS} CXXFLAGS ?= ${OPT_FLAGS} \
-Isrc
CXXFLAGS := \ CXXFLAGS := \
${CXXFLAGS} \ ${CXXFLAGS} \
-std=c++11 \ -std=c++11 \

View File

@ -35,6 +35,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
static boost::unordered::concurrent_flat_map<std::string,id> foo;
namespace l namespace l
{ {