Got basic code building with the roboRIO compiler.

Change-Id: I158caa4786542344e91949c62fd95a79015b653b
diff --git a/third_party/googletest/BUILD b/third_party/googletest/BUILD
index 861ce5d..b76b35b 100644
--- a/third_party/googletest/BUILD
+++ b/third_party/googletest/BUILD
@@ -325,6 +325,9 @@
     deps = [
         ":googletest_main",
     ],
+    copts = [
+        "-Wno-empty-body",
+    ]
 )
 
 cc_test(
@@ -390,6 +393,10 @@
     deps = [
         ":googletest_main",
     ],
+    copts = [
+        "-Wno-empty-body",
+        "-Wno-missing-field-initializers",
+    ]
 )
 
 cc_test(