From: 박천교/On-Device Lab(SR)/Engineer/삼성전자 Date: Thu, 22 Aug 2019 07:04:34 +0000 (+0900) Subject: [mir_onnx] Comment out extra token after #endif (#6820) X-Git-Tag: accepted/tizen/unified/20190903.052428~206 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1932373da17e6a86ad0ae11a2a7077b502a0b3bc;p=platform%2Fcore%2Fml%2Fnnfw.git [mir_onnx] Comment out extra token after #endif (#6820) This commit comments out extra token after #endif, which generates compile warning on build procedure Signed-off-by: Cheongyo Bahk --- diff --git a/compiler/mir-onnx-importer/Op/Add.h b/compiler/mir-onnx-importer/Op/Add.h index 538cbce..079815c 100644 --- a/compiler/mir-onnx-importer/Op/Add.h +++ b/compiler/mir-onnx-importer/Op/Add.h @@ -35,4 +35,4 @@ private: } // namespace mir_onnx -#endif MIR_ONNX_OP_ADD_H +#endif // MIR_ONNX_OP_ADD_H