• R/O
  • SSH

libctools: コミット

This library contains code that extends and simplifies different operations
for C language based programs.


コミットメタ情報

リビジョン7f8987d926465bd447befb93ce8781678d886a97 (tree)
日時2017-01-30 22:18:54
作者s.gusarov
コミッターs.gusarov

ログメッセージ

trace_ext.h: Fixed MSVC warning about undefinity

変更サマリ

差分

diff -r a902de0ba27c -r 7f8987d92646 include/ctools/trace_ext.h
--- a/include/ctools/trace_ext.h Mon Jan 30 16:11:32 2017 +0300
+++ b/include/ctools/trace_ext.h Mon Jan 30 16:18:54 2017 +0300
@@ -181,7 +181,7 @@
181181 # endif
182182 #endif
183183
184-#if (CT_DYN_TRACES == 1)
184+#if defined (CT_DYN_TRACES) && (CT_DYN_TRACES == 1)
185185 # if defined (CT_TRACE_LEVEL)
186186 # warning CT_TRACE_LEVEL is not required in this configuration
187187 # endif
旧リポジトリブラウザで表示