diff options
| -rw-r--r-- | affinity.cc | 2 | ||||
| -rw-r--r-- | fileutil_bench.cc | 2 | ||||
| -rw-r--r-- | regen.cc | 2 | ||||
| -rw-r--r-- | strutil_bench.cc | 2 | ||||
| -rw-r--r-- | thread_pool.cc | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/affinity.cc b/affinity.cc index 0743f94..2101fdb 100644 --- a/affinity.cc +++ b/affinity.cc @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build ignore + #include "affinity.h" #include "flags.h" diff --git a/fileutil_bench.cc b/fileutil_bench.cc index 4b1f033..77a0d35 100644 --- a/fileutil_bench.cc +++ b/fileutil_bench.cc @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build ignore + #include "fileutil.h" #include <benchmark/benchmark.h> #include <cstdio> @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build ignore + #include "regen.h" #include <sys/stat.h> diff --git a/strutil_bench.cc b/strutil_bench.cc index c52e43c..d3b2e6c 100644 --- a/strutil_bench.cc +++ b/strutil_bench.cc @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build ignore + #include <string> #include <vector> diff --git a/thread_pool.cc b/thread_pool.cc index 0a12bfa..b2429cb 100644 --- a/thread_pool.cc +++ b/thread_pool.cc @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build ignore + #include "thread_pool.h" #include <condition_variable> |
