[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-apl] old-style cast: SVN 988
From: |
David B. Lamkins |
Subject: |
[Bug-apl] old-style cast: SVN 988 |
Date: |
Mon, 7 Aug 2017 10:51:15 -0700 |
User-agent: |
Mutt/1.8.3 (2017-05-23) |
clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -I sql -Wold-style-cast -Werror
-I/usr/include -
-f 'main.cc' || echo './'`main.cc
main.cc:84:26: error: use of old-style cast [-Werror,-Wold-style-cast]
CERR << "thread: " << (const void *)pthread_self() << endl;
This is with the same ./configure flags as my previous report:
./configure RATIONAL_NUMBERS_WANTED=yes PERFORMANCE_COUNTERS_WANTED=yes
CORE_COUNT_WANTED=-3
- [Bug-apl] old-style cast: SVN 988,
David B. Lamkins <=