• R/O
  • SSH

libctools: Commit

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


Commit MetaInfo

Revisión7f8987d926465bd447befb93ce8781678d886a97 (tree)
Tiempo2017-01-30 22:18:54
Autors.gusarov
Commiters.gusarov

Log Message

trace_ext.h: Fixed MSVC warning about undefinity

Cambiar Resumen

Diferencia incremental

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
Show on old repository browser