[mir_onnx] Comment out extra token after #endif (#6820)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Thu, 22 Aug 2019 07:04:34 +0000 (16:04 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 22 Aug 2019 07:04:34 +0000 (16:04 +0900)
This commit comments out extra token after #endif, which generates
compile warning on build procedure

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/mir-onnx-importer/Op/Add.h

index 538cbce..079815c 100644 (file)
@@ -35,4 +35,4 @@ private:
 
 } // namespace mir_onnx
 
-#endif MIR_ONNX_OP_ADD_H
+#endif // MIR_ONNX_OP_ADD_H