From cfa70b0e19215b940f9f17b9215b898e4cf0409b Mon Sep 17 00:00:00 2001 From: sss Date: Thu, 8 May 2025 13:00:13 -0400 Subject: [PATCH] Convert latin1 encodings to utf-8. Avoids warnings from clang. --- include/ConditionsDB/SimpleTime.h | 2 +- src/Debug.h | 4 ++-- tests/performanceTests/performanceTests.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 include/ConditionsDB/SimpleTime.h mode change 100755 => 100644 src/Debug.h mode change 100755 => 100644 tests/performanceTests/performanceTests.cxx diff --git a/include/ConditionsDB/SimpleTime.h b/include/ConditionsDB/SimpleTime.h old mode 100755 new mode 100644 index 95497b2..0fc51de --- a/include/ConditionsDB/SimpleTime.h +++ b/include/ConditionsDB/SimpleTime.h @@ -40,7 +40,7 @@ // // __References__ // Number of days per year (365.25637): -// - Nordling, Österman: +// - Nordling, Österman: // Physics Handbook For Science And Engineering, // Studentlitteratur AB, 1999. ISBN 9144008236 // For time_t: diff --git a/src/Debug.h b/src/Debug.h old mode 100755 new mode 100644 index e114aba..b0d1f3d --- a/src/Debug.h +++ b/src/Debug.h @@ -39,8 +39,8 @@ // -// Modifica o código para usar a consola para debug ou, preferencialmente, -// a função mysql_debug(). +// Modifica o código para usar a consola para debug ou, preferencialmente, +// a função mysql_debug(). // #ifndef Debug_h diff --git a/tests/performanceTests/performanceTests.cxx b/tests/performanceTests/performanceTests.cxx old mode 100755 new mode 100644 index f660c9f..e493500 --- a/tests/performanceTests/performanceTests.cxx +++ b/tests/performanceTests/performanceTests.cxx @@ -845,7 +845,7 @@ int main () //Tests to the BLOB interface: long n_obj[5]={10,100,1000,10000,50000}; - int num_tests = 5; //Nº of tests to perform = number of values in the array n_obj + int num_tests = 5; //Nº of tests to perform = number of values in the array n_obj //Tests to the CondDBTable interface: int numOfColumns[8] = {1,2,3,4,5,6,7,8}; //Array to the maximum number of columns