Test ran at 2025-02-11 13:01:18.734177+00:00 SOLUTION: ada_gui=20240224.0.1: An Ada-oriented GUI Origin: commit dc57a5593e7a1105458d23dfaf40aa4b13bf01d7 from https://github.com/bracke/Ada_GUI.git Properties: Author: Jeff Carter Build Switches: Description: An Ada-oriented GUI License: BSD-3-Clause Long_Description: # Ada_GUI An Ada-oriented GUI Traditionally, GUIs have been implemented by the client registering callback operations, then giving up its thread of control to the GUI. This is a hack to address the inherent parallelism of a GUI in sequential languages. It results in code that is unnecessarily difficult to understand. In a concurrent language like Ada, a better design for a GUI is for the GUI to have its own task, so it doesn't require that its client give up a thread of control. GUI events are communicated to the client through a protected queue of events. The client software can be written in the clearest way possible, unconstrained by the GUI. Ada_GUI is such a GUI. The purpose of Ada_GUI is to provide the specification, in hopes that multiple implementations will be created. Note that some of the comments in the specification are specific to the sample implementation, and should be removed or modified for other implementations. Especially interesting would be an implementation that is not GNAT specific. ## Sample Implementation A sample implementation of Ada_GUI is supplied, derived from Gnoga, but simplified, reorganized, and converted to put events on a protected queue rather than call callbacks. The name Gnoga has been retained for the name of the implementation hierarchy, located at Ada_GUI.Gnoga, in recognition. Those parts of Kazakov's Simple Components used by the implementation are provided as well, with some minor modifications. If you have your own version of the Simple Components, you may use it instead: Delete all Ada source files that do not begin with ada_gui. The sample implementation is reasonably full-featured and useful. The implementation is more responsive than the former proof-of-concept directly on full Gnoga. The Test directory contains boot.html, boot.js, and jquery.min.js. These files must be available to every Ada-GUI program. It also contains favicon.ico, an icon of Ada. Show_All creates at least one of each widget. Visibility, playing audio, and responding to key-press events is demonstrated. Changing this program is the easiest way to experiment with the sample implementation. The audio file glass.ogg and image file rgb.jpg are used by Show_All. Luhn_Gen calculates Luhn checksum digits. Enter the first 15 digits of your credit-card number and it will generate the 16th. Random_Int is a Gnoga program that has been revised to use Ada GUI instead. It will generate random integers in a desired range. ## Installation of the Sample Implementation Gnoga and the Simple Components require a recent GNAT compiler, so Ada_GUI cannot be compiled with another compiler. The file gnat.adc is needed to compile the Simple Components extensions to GNAT.Sockets. The use of gnatmake is recommended, as gprbuild is for mixed-language or complicated builds, which this is not. After compiling, it is recommended that you write-protect the .ali files. Typically, you can use a command such as gnatmake -m -j0 -gnat12 -gnatan -gnato2 -O2 -fstack-check Test/show_all.adb If you keep the Ada-GUI source files in a single directory, including the Simple Components source files, and have the compiler put the object and .ali files in that directory, then you need only add -I/path/to/Ada_GUI/ to your program's gnatmake command to use Ada_GUI. Maintainer: Bent Bracke Maintainers_Logins: bracke Name: ada_gui Tag: gui Tag: widgets Tag: html Version: 20240224.0.1 Website: https://github.com/bracke/Ada_GUI Dependencies (direct): gnat<13.0 | >=13.3 simple_components^4.68.0 Dependencies (solution): gnat=14.2.1 (gnat_native) libgnutls=3.8.7 simple_components=4.68.0 unixodbc=2.3.12 Dependencies (graph): ada_gui=20240224.0.1 --> gnat=14.2.1 (gnat_native) (<13.0 | >=13.3) ada_gui=20240224.0.1 --> simple_components=4.68.0 (^4.68.0) simple_components=4.68.0 --> gnat=14.2.1 (gnat_native) (>=2021 | (>=12 & <2000)) simple_components=4.68.0 --> libgnutls=3.8.7 (^3.7) simple_components=4.68.0 --> unixodbc=2.3.12 (^2.3) LOG: Spawning: alr -d -n get --build ada_gui=20240224.0.1 Note: Deploying ada_gui=20240224.0.1... Note: Deploying unixodbc=2.3.12... The system package 'unixodbc' is about to be installed. This action might require admin privileges and impact your system installation. Do you want Alire to install this system package? Using default: Yes resolving dependencies... looking for conflicting packages... Package (1) New Version Net Change Download Size core/unixodbc 2.3.12-3 0.86 MiB 0.25 MiB Total Download Size: 0.25 MiB Total Installed Size: 0.86 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... unixodbc-2.3.12-3-x86_64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing unixodbc... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... Note: Deploying simple_components=4.68.0... Note: Building ada_gui=20240224.0.1/ada_gui.gpr... Setup [mkdir] object directory for project Ada_Gui [mkdir] library directory for project Ada_Gui Compile [C] py_conversions.c [Ada] py-load_python_library.adb [Ada] py.adb [Ada] odbc-architecture_dependent.ads [Ada] odbc-driver_dependent.ads odbc-architecture_dependent.ads:30:16: warning: unit "Interfaces.C" is not referenced [-gnatwu] [Ada] odbc-api-keys-sets.ads [Ada] odbc-sqltypes.adb odbc-sqltypes.ads:206:04: warning: pragma Pack affects convention "C" component at line 203 [enabled by default] odbc-sqltypes.ads:206:04: warning: component "Data4" may not have "C" compatible representation [enabled by default] [Ada] odbc-api-keys-edit.ads [Ada] odbc-api-links.adb [Ada] odbc-bound_parameters.adb [Ada] odbc-api-keys.adb py-load_python_library.adb:39:04: warning: named number "RTLD_LAZY" is not referenced [-gnatwu] py-load_python_library.adb:43:04: warning: named number "RTLD_BINDING_MASK" is not referenced [-gnatwu] py-load_python_library.adb:45:04: warning: named number "TLD_NOLOAD" is not referenced [-gnatwu] py-load_python_library.adb:47:04: warning: named number "RTLD_DEEPBIND" is not referenced [-gnatwu] py-load_python_library.adb:55:04: warning: named number "RTLD_LOCAL" is not referenced [-gnatwu] py-load_python_library.adb:57:04: warning: named number "RTLD_NODELETE" is not referenced [-gnatwu] py-load_python_library.adb:818:30: warning: formal parameter "Major" is not referenced [-gnatwf] [Ada] odbc-api.adb [Ada] odbc-thin.adb [Ada] odbc-api-keys-arrays.ads [Ada] persistent-native_odbc-text_io.adb [Ada] odbc.ads [Ada] persistent-native_odbc.adb py.adb:50:04: warning: variable "TypeError" is assigned but never read [-gnatwm] py.adb:51:04: warning: variable "SystemError" is assigned but never read [-gnatwm] py.adb:888:04: warning: named number "Single_Input" is not referenced [-gnatwu] py.adb:890:04: warning: named number "Eval_Input" is not referenced [-gnatwu] py.adb:891:04: warning: named number "Func_Type_Input" is not referenced [-gnatwu] py.adb:2454:24: warning: can never be greater than, could replace by "=" [-gnatwc] py.adb:2464:19: warning: formal parameter "Data" is not referenced [-gnatwf] py.adb:2694:07: warning: variable "Result" is assigned but never read [-gnatwm] py.adb:2698:07: warning: possibly useless assignment to "Result", value might not be referenced [-gnatwm] py.adb:2703:07: warning: variable "Result" is assigned but never read [-gnatwm] py.adb:2706:07: warning: possibly useless assignment to "Result", value might not be referenced [-gnatwm] [Ada] gnat-sockets-ntp.adb [Ada] julia-load_julia_library.adb [Ada] julia.adb julia-load_julia_library.adb:30:18: warning: no entities of "Strings_Edit.Integers" are referenced [-gnatwu] julia-load_julia_library.adb:32:23: warning: no entities of "Strings_Edit.UTF8.Handling" are referenced [-gnatwu] julia-load_julia_library.adb:34:17: warning: unit "Ada.Streams.Stream_IO" is not referenced [-gnatwu] julia-load_julia_library.adb:35:06: warning: unit "Interfaces" is not referenced [-gnatwu] julia-load_julia_library.adb:40:04: warning: named number "RTLD_LAZY" is not referenced [-gnatwu] julia-load_julia_library.adb:44:04: warning: named number "RTLD_BINDING_MASK" is not referenced [-gnatwu] julia-load_julia_library.adb:46:04: warning: named number "TLD_NOLOAD" is not referenced [-gnatwu] julia-load_julia_library.adb:48:04: warning: named number "RTLD_DEEPBIND" is not referenced [-gnatwu] julia-load_julia_library.adb:56:04: warning: named number "RTLD_LOCAL" is not referenced [-gnatwu] julia-load_julia_library.adb:58:04: warning: named number "RTLD_NODELETE" is not referenced [-gnatwu] julia-load_julia_library.adb:359:13: warning: function "dlsym" is not referenced [-gnatwu] [Ada] julia-generic_1d_array.adb [Ada] julia-generic_3d_array.adb julia-generic_3d_array.adb:52:07: warning: constant "Len" is not referenced [-gnatwu] [Ada] julia-generic_2d_array.adb julia-generic_2d_array.adb:52:07: warning: constant "Len" is not referenced [-gnatwu] [Ada] parsers-json.adb odbc-api.adb:33:23: warning: no entities of "Strings_Edit.UTF8.Handling" are referenced [-gnatwu] odbc-api.adb:64:13: warning: function "Dump" is not referenced [-gnatwu] odbc-api.adb:85:13: warning: function "Dump" is not referenced [-gnatwu] odbc-api.adb:780:07: warning: variable "Result" is assigned but never read [-gnatwm] odbc-api.adb:782:07: warning: possibly useless assignment to "Result", value might not be referenced [-gnatwm] odbc-api.adb:1121:25: warning: formal parameter "State" is not referenced [-gnatwf] odbc-api.adb:1210:07: warning: variable "Result" is assigned but never read [-gnatwm] odbc-api.adb:5951:24: warning: formal parameter "State" is not referenced [-gnatwf] odbc-api.adb:6058:14: warning: procedure "Set" is not referenced [-gnatwu] odbc-api.adb:6078:14: warning: procedure "Set" is not referenced [-gnatwu] odbc-api.adb:6775:12: warning: variable "Error" is not referenced [-gnatwu] odbc-api.ads:30:16: warning: no entities of "Interfaces.C" are referenced in spec [-gnatwu] odbc-api.ads:30:16: warning: with clause might be moved to body [-gnatwu] odbc-api.ads:5327:04: warning: pragma "INLINE" for "Execute" duplicates pragma at line 5326 [-gnatwr] [Ada] parsers-json-string_source.ads parsers-json.adb:67:29: warning: formal parameter "Left" is not referenced [-gnatwf] parsers-json.adb:67:35: warning: formal parameter "Right" is not referenced [-gnatwf] parsers-json.adb:72:25: warning: formal parameter "Operation" is not referenced [-gnatwf] parsers-json.adb:77:28: warning: formal parameter "Operation" is not referenced [-gnatwf] [Ada] parsers-json-generic_parser.adb julia.adb:34:09: warning: unit "Ada.Unchecked_Conversion" is not referenced [-gnatwu] julia.adb:50:13: warning: function "+" is not referenced [-gnatwu] julia.adb:55:13: warning: function "+" is not referenced [-gnatwu] julia.adb:477:07: warning: constant "Result" is not referenced [-gnatwu] julia.adb:483:07: warning: constant "Result" is not referenced [-gnatwu] julia.adb:776:14: warning: procedure "Init_With_Image" is not referenced [-gnatwu] [Ada] parsers-json-multiline_source.ads [Ada] gnat-sockets-smtp-client-synchronous.adb gnat-sockets-smtp-client-synchronous.adb:39:17: warning: formal parameter "Accepted" is not referenced [-gnatwf] [Ada] gnat-sockets-smtp-client.adb [Ada] gnat-sockets-smtp.adb [Ada] gnutls.adb [Ada] gnat-sockets-server-secure-x509.adb [Ada] gnat-sockets-server-secure-anonymous.adb persistent-native_odbc.adb:28:20: warning: no entities of "Ada.Characters.Handling" are referenced [-gnatwu] persistent-native_odbc.adb:287:21: warning: variable "Error" is not referenced [-gnatwu] persistent-native_odbc.ads:63:09: warning: unit "Ada.Finalization" is not referenced [-gnatwu] [Ada] gnat-sockets-server-secure.adb [Ada] openssl.adb [Ada] gnat-sockets-server-openssl.adb [Ada] gnat-sockets-mqtt-server.adb [Ada] gnat-sockets-mqtt.adb gnat-sockets-server-openssl.adb:846:07: warning: variable "Buffer" is read but never assigned [-gnatwv] [Ada] gnat-sockets-mqtt-streams.adb [Ada] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:82:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:149:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:168:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:187:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:206:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:225:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:241:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:255:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:271:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:286:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:303:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:320:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:338:07: warning: variable "Lock" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-modbus_client.adb gnat-sockets-smtp-client.adb:1302:17: warning: formal parameter "Code" is not referenced [-gnatwf] gnat-sockets-smtp-client.ads:733:50: warning: applying 'Class to an untagged incomplete type is an obsolescent feature (RM J.11) [-gnatwr] gnat-sockets-smtp-client.ads:739:58: warning: applying 'Class to an untagged incomplete type is an obsolescent feature (RM J.11) [-gnatwr] [Ada] gnat-sockets-connection_state_machine-ldap-server.adb gnat-sockets-mqtt.adb:356:13: warning: function "Get_Topic" is not referenced [-gnatwu] gnat-sockets-mqtt.adb:470:07: warning: variable "Level" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-ldap-client.adb gnat-sockets-connection_state_machine-modbus_client.adb:251:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-modbus_client.adb:293:17: warning: formal parameter "Machine" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-modbus_client.adb:381:17: warning: formal parameter "Pointer" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-modbus_client.adb:382:17: warning: formal parameter "Machine" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-modbus_client.adb:383:17: warning: formal parameter "State" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-modbus_client.ads:662:52: warning: applying 'Class to an untagged incomplete type is an obsolescent feature (RM J.11) [-gnatwr] [Ada] gnat-sockets-connection_state_machine-ldap.adb gnat-sockets-connection_state_machine-ldap-server.adb:28:09: warning: no entities of "Ada.Exceptions" are referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-server.adb:29:09: warning: no entities of "Ada.IO_Exceptions" are referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-server.ads:28:09: warning: no entities of "Ada.Task_Identification" are referenced [-gnatwu] [C] sqlite3.c gnat-sockets-mqtt-server.adb:133:19: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:148:19: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:212:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:228:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:285:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:313:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:342:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:361:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:377:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:386:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:405:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:422:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:440:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:456:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:473:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:512:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:787:10: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:966:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:998:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1043:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1132:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1245:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1328:10: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1352:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1363:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1730:16: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1736:16: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1757:16: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1773:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1782:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1809:07: warning: variable "Lock" is not referenced [-gnatwu] [Ada] persistent-sqlite_keys-arrays.ads [Ada] persistent-sqlite_links.adb persistent-sqlite_links.adb:120:19: warning: variable "Command" is not modified in loop body [enabled by default] persistent-sqlite_links.adb:120:19: warning: possible infinite loop [enabled by default] persistent-sqlite_links.adb:185:19: warning: variable "Command" is not modified in loop body [enabled by default] persistent-sqlite_links.adb:185:19: warning: possible infinite loop [enabled by default] persistent-sqlite_links.adb:215:19: warning: variable "Command" is not modified in loop body [enabled by default] persistent-sqlite_links.adb:215:19: warning: possible infinite loop [enabled by default] [Ada] persistent-sqlite_keys-sets.ads persistent-sqlite_keys-sets.ads:28:06: warning: no entities of "Interfaces" are referenced [-gnatwu] [Ada] persistent-sqlite-text_io.adb gnat-sockets-connection_state_machine-ldap-client.adb:35:09: warning: unit "ada.Text_IO" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:561:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:576:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:631:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:662:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:676:13: warning: constant "Deadline" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:693:25: warning: constant "Password" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:721:14: warning: procedure "Receive_Challenge" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:737:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:759:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:799:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:835:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:865:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:893:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:926:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:963:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:1035:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:1135:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:1207:32: warning: formal parameter "ID" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-ldap-client.adb:1207:49: warning: formal parameter "Choice" is not referenced [-gnatwf] [Ada] persistent-sqlite_keys.adb [Ada] persistent-sqlite.adb [Ada] sqlite.adb sqlite.adb:69:04: warning: named number "SQLITE_NOTICE" is not referenced [-gnatwu] sqlite.adb:70:04: warning: named number "SQLITE_WARNING" is not referenced [-gnatwu] sqlite.adb:74:04: warning: named number "SQLITE_IOERR_READ" is not referenced [-gnatwu] sqlite.adb:75:04: warning: named number "SQLITE_IOERR_SHORT_READ" is not referenced [-gnatwu] sqlite.adb:76:04: warning: named number "SQLITE_IOERR_WRITE" is not referenced [-gnatwu] sqlite.adb:77:04: warning: named number "SQLITE_IOERR_FSYNC" is not referenced [-gnatwu] sqlite.adb:78:04: warning: named number "SQLITE_IOERR_DIR_FSYNC" is not referenced [-gnatwu] sqlite.adb:79:04: warning: named number "SQLITE_IOERR_TRUNCATE" is not referenced [-gnatwu] sqlite.adb:80:04: warning: named number "SQLITE_IOERR_FSTAT" is not referenced [-gnatwu] sqlite.adb:81:04: warning: named number "SQLITE_IOERR_UNLOCK" is not referenced [-gnatwu] sqlite.adb:82:04: warning: named number "SQLITE_IOERR_RDLOCK" is not referenced [-gnatwu] sqlite.adb:83:04: warning: named number "SQLITE_IOERR_DELETE" is not referenced [-gnatwu] sqlite.adb:84:04: warning: named number "SQLITE_IOERR_BLOCKED" is not referenced [-gnatwu] sqlite.adb:85:04: warning: named number "SQLITE_IOERR_NOMEM" is not referenced [-gnatwu] sqlite.adb:86:04: warning: named number "SQLITE_IOERR_ACCESS" is not referenced [-gnatwu] sqlite.adb:87:04: warning: named number "SQLITE_IOERR_CHECKRESERVEDLOCK" is not referenced [-gnatwu] sqlite.adb:88:04: warning: named number "SQLITE_IOERR_LOCK" is not referenced [-gnatwu] sqlite.adb:89:04: warning: named number "SQLITE_IOERR_CLOSE" is not referenced [-gnatwu] sqlite.adb:90:04: warning: named number "SQLITE_IOERR_DIR_CLOSE" is not referenced [-gnatwu] sqlite.adb:91:04: warning: named number "SQLITE_IOERR_SHMOPEN" is not referenced [-gnatwu] sqlite.adb:92:04: warning: named number "SQLITE_IOERR_SHMSIZE" is not referenced [-gnatwu] sqlite.adb:93:04: warning: named number "SQLITE_IOERR_SHMLOCK" is not referenced [-gnatwu] sqlite.adb:94:04: warning: named number "SQLITE_IOERR_SHMMAP" is not referenced [-gnatwu] sqlite.adb:95:04: warning: named number "SQLITE_IOERR_SEEK" is not referenced [-gnatwu] sqlite.adb:96:04: warning: named number "SQLITE_IOERR_DELETE_NOENT" is not referenced [-gnatwu] sqlite.adb:97:04: warning: named number "SQLITE_IOERR_MMAP" is not referenced [-gnatwu] sqlite.adb:99:04: warning: named number "SQLITE_IOERR_CONVPATH" is not referenced [-gnatwu] sqlite.adb:100:04: warning: named number "SQLITE_IOERR_VNODE" is not referenced [-gnatwu] sqlite.adb:101:04: warning: named number "SQLITE_IOERR_AUTH" is not referenced [-gnatwu] sqlite.adb:102:04: warning: named number "SQLITE_IOERR_BEGIN_ATOMIC" is not referenced [-gnatwu] sqlite.adb:103:04: warning: named number "SQLITE_IOERR_COMMIT_ATOMIC" is not referenced [-gnatwu] sqlite.adb:104:04: warning: named number "SQLITE_IOERR_ROLLBACK_ATOMIC" is not referenced [-gnatwu] sqlite.adb:105:04: warning: named number "SQLITE_LOCKED_SHAREDCACHE" is not referenced [-gnatwu] sqlite.adb:615:07: warning: variable "Result" is assigned but never read [-gnatwm] sqlite.adb:833:07: warning: variable "Result" is assigned but never read [-gnatwm] sqlite.adb:835:07: warning: possibly useless assignment to "Result", value might not be referenced [-gnatwm] sqlite.adb:1037:07: warning: "Result" is not modified, could be declared constant [-gnatwk] sqlite.adb:1059:10: warning: "Result" is not modified, could be declared constant [-gnatwk] sqlite.adb:1099:07: warning: variable "Result" is assigned but never read [-gnatwm] sqlite.adb:1101:07: warning: possibly useless assignment to "Result", value might not be referenced [-gnatwm] [Ada] gnat-sockets-connection_state_machine-http_server.adb gnat-sockets-connection_state_machine-ldap.adb:33:48: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Tagged_Values" are referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:35:09: warning: unit "ada.Text_IO" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:37:04: warning: use clause for package "Booleans" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:38:04: warning: use clause for package "Choices" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:39:04: warning: use clause for package "Distinguished_Names" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:40:04: warning: use clause for package "Integers_8" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:41:04: warning: use clause for package "Integers_32" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:42:04: warning: use clause for package "Nulls" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:43:04: warning: use clause for package "Sequences" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:44:04: warning: use clause for package "Sets" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:45:04: warning: use clause for package "Strings" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.ads:39:53: warning: unit "GNAT.Sockets.Connection_State_Machine.ASN1.Sets.Generic_Reference" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-http_client.adb gnat-sockets-connection_state_machine-http_client.adb:36:09: warning: unit "Ada.Unchecked_Conversion" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-http_client.adb:50:07: warning: variable "Colon" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-http_client.adb:369:16: warning: formal parameter "Session" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-http_client.adb:371:16: warning: formal parameter "End_Of_Stream" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-http_client.adb:461:16: warning: formal parameter "Session" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-http_client.adb:2405:17: warning: procedure "Store" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-http_client.ads:31:09: warning: unit "Ada.Finalization" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-http_client-signaled.adb persistent-sqlite.adb:28:20: warning: no entities of "Ada.Characters.Handling" are referenced [-gnatwu] persistent-sqlite.adb:35:09: warning: unit "Ada.Unchecked_Deallocation" is not referenced [-gnatwu] persistent-sqlite.adb:92:13: warning: function "Image" is not referenced [-gnatwu] persistent-sqlite.adb:1126:13: warning: function "Unicode" is not referenced [-gnatwu] persistent-sqlite.adb:1126:22: warning: formal parameter "Storage" is not referenced [-gnatwf] persistent-sqlite.ads:63:09: warning: unit "Ada.Finalization" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-http_server-websocket_server.adb [Ada] gnat-sockets-connection_state_machine-http_server-sqlite_browser.adb [Ada] gnat-sockets-server.adb [Ada] gnat-sockets-connection_state_machine-big_endian-ieee_754_floats.ads [Ada] gnat-sockets-connection_state_machine-asn1-objects.adb gnat-sockets-connection_state_machine-http_server.adb:887:16: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-http_server.adb:889:16: warning: formal parameter "End_Of_Stream" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-http_server.adb:914:16: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-terminated_strings.adb gnat-sockets-connection_state_machine-terminated_strings.adb:43:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-terminated_strings.adb:77:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-generic_unsigned.adb gnat-sockets-server.adb:302:13: warning: function "+" is not referenced [-gnatwu] gnat-sockets-server.adb:1800:19: warning: variable "Option" is not referenced [-gnatwu] gnat-sockets-server.ads:1633:04: warning: use clause for package "Connection_Handles" has no effect [-gnatwu] gnat-sockets-server.ads:1719:04: warning: pragma "INLINE" for "Available_To_Process" duplicates pragma at line 1426 [-gnatwr] gnat-sockets-server.ads:1720:04: warning: pragma "INLINE" for "Available_To_Send" duplicates pragma at line 1427 [-gnatwr] gnat-sockets-server.ads:1723:04: warning: pragma "INLINE" for "Queued_To_Send" duplicates pragma at line 1429 [-gnatwr] [Ada] gnat-sockets-connection_state_machine-asn1-sequences-implicit.adb gnat-sockets-connection_state_machine-asn1-generic_unsigned.adb:102:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-server-blocking.adb gnat-sockets-connection_state_machine-asn1-objects.adb:31:18: warning: no entities of "Strings_Edit.Integers" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-objects.adb:45:48: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Choices" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-objects.adb:382:10: warning: variable "Count" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-objects.ads:33:58: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Sequences.Explicit" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-objects.ads:39:53: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Sets.Explicit" are referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-asn1-sequences.adb gnat-sockets-connection_state_machine-asn1-sequences-implicit.adb:36:09: warning: unit "Ada.Unchecked_Conversion" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-sequences-implicit.adb:260:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-asn1-sequences-implicit.ads:30:48: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Tagged_Values" are referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-asn1-choices.adb [Ada] gnat-sockets-connection_state_machine-asn1-object_identifiers.adb gnat-sockets-server-blocking.adb:186:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-server-blocking.adb:256:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-little_endian-generic_double_precision_ieee_754.adb gnat-sockets-connection_state_machine-asn1-choices.adb:31:18: warning: no entities of "Strings_Edit.Integers" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-choices.adb:33:09: warning: unit "Ada.Unchecked_Conversion" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-choices.adb:38:04: warning: constant "Invalid_EOC" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-choices.adb:605:17: warning: formal parameter "Item" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-bit_strings-implicit.adb gnat-sockets-connection_state_machine-little_endian-generic_double_precision_ieee_754.adb:39:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-big_endian-integers.adb gnat-sockets-connection_state_machine-asn1-bit_strings-implicit.adb:174:14: warning: procedure "Explicit_Put" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-bit_strings-implicit.ads:254:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-unsigneds_8.adb gnat-sockets-connection_state_machine-big_endian-integers.adb:28:09: warning: no entities of "Ada.Exceptions" are referenced [-gnatwu] gnat-sockets-connection_state_machine-big_endian-integers.adb:29:09: warning: no entities of "Ada.IO_Exceptions" are referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-expected_sequence.adb gnat-sockets-connection_state_machine-asn1-object_identifiers.adb:396:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-asn1-object_identifiers.adb:468:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-asn1-object_identifiers.adb:532:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-asn1-object_identifiers.adb:584:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-asn1-object_identifiers.adb:893:13: warning: function "Length_Of" is not referenced [-gnatwu] [Ada] gnat-sockets-server-pooled.adb gnat-sockets-connection_state_machine-expected_sequence.adb:37:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-chain_code-naturals.ads gnat-sockets-connection_state_machine-asn1-unsigneds_8.adb:31:48: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Lengths" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-unsigneds_8.adb:125:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-little_endian.ads [Ada] gnat-sockets-connection_state_machine-asn1-generic_real.adb [Ada] gnat-sockets-connection_state_machine-asn1-sets-implicit.adb [Ada] gnat-sockets-connection_state_machine-variable_length_strings.adb gnat-sockets-connection_state_machine-asn1-generic_real.adb:40:04: warning: use clause for package "Edit" has no effect [-gnatwu] gnat-sockets-connection_state_machine-asn1-generic_real.adb:195:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-chain_code.ads gnat-sockets-connection_state_machine-variable_length_strings.adb:30:18: warning: no entities of "Strings_Edit.Integers" are referenced [-gnatwu] gnat-sockets-connection_state_machine-variable_length_strings.adb:39:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine.adb [Ada] gnat-sockets-connection_state_machine-asn1-integers_16.ads gnat-sockets-connection_state_machine-asn1-sets-implicit.adb:31:18: warning: no entities of "Strings_Edit.Integers" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-sets-implicit.adb:187:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-asn1-sets-implicit.adb:324:10: warning: variable "Count" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-sets-implicit.adb:807:13: warning: function "Get" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-sets-implicit.adb:941:13: warning: function "Get_Size" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-asn1-unsigneds_16.ads [Ada] gnat-sockets-connection_state_machine-asn1-strings-explicit.adb [Ada] gnat-sockets-server-handles.ads gnat-sockets-connection_state_machine.adb:584:17: warning: formal parameter "Pointer" is not referenced [-gnatwf] gnat-sockets-connection_state_machine.adb:585:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine.adb:619:17: warning: formal parameter "Pointer" is not referenced [-gnatwf] gnat-sockets-connection_state_machine.adb:620:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine.adb:727:07: warning: variable "Length" is not referenced [-gnatwu] gnat-sockets-connection_state_machine.adb:841:17: warning: formal parameter "Item" is read but never assigned [-gnatwv] gnat-sockets-connection_state_machine.ads:203:60: warning: applying 'Class to an untagged incomplete type is an obsolescent feature (RM J.11) [-gnatwr] gnat-sockets-connection_state_machine.ads:413:40: warning: applying 'Class to an untagged incomplete type is an obsolescent feature (RM J.11) [-gnatwr] [Ada] gnat-sockets-connection_state_machine-asn1-bit_strings.adb [Ada] gnat-sockets-connection_state_machine-asn1-strings-explicit-constrained.adb [Ada] gnat-sockets-connection_state_machine-asn1-strings-implicit-constrained.adb [Ada] gnat-sockets-connection_state_machine-big_endian-ieee_754_long_floats.ads [Ada] gnat-sockets-connection_state_machine-asn1-integers.ads [Ada] gnat-sockets-connection_state_machine-asn1-strings.adb [Ada] gnat-sockets-connection_state_machine-asn1-integers_8.adb [Ada] gnat-sockets-connection_state_machine-asn1-indefinite_unsigneds.adb gnat-sockets-connection_state_machine-asn1-strings.adb:306:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-asn1-strings.adb:979:13: warning: function "Self" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-strings.adb:1024:07: warning: renamed variable "Value" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-strings.adb:1054:07: warning: renamed variable "Value" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-asn1-text_io.adb gnat-sockets-connection_state_machine-asn1-integers_8.adb:31:48: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Lengths" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-integers_8.adb:126:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-booleans.adb gnat-sockets-connection_state_machine-asn1-indefinite_unsigneds.adb:189:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-lengths.adb gnat-sockets-connection_state_machine-asn1-booleans.adb:31:48: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Lengths" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-booleans.adb:125:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-x509_certificates-stream_io.adb gnat-sockets-connection_state_machine-asn1-lengths.adb:344:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-integers_64.ads [Ada] gnat-sockets-connection_state_machine-chain_code-generic_unsigned.adb gnat-sockets-connection_state_machine-asn1-text_io.adb:28:09: warning: no entities of "Ada.Exceptions" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-text_io.adb:29:09: warning: no entities of "Ada.IO_Exceptions" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-text_io.adb:42:48: warning: unit "GNAT.Sockets.Connection_State_Machine.ASN1.Integers_8" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-text_io.adb:47:48: warning: unit "GNAT.Sockets.Connection_State_Machine.ASN1.Nulls" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-text_io.adb:65:09: warning: unit "Ada.Unchecked_Conversion" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-text_io.adb:66:12: warning: unit "System.Address_To_Access_Conversions" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-text_io.adb:80:17: warning: formal parameter "Wrap" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-big_endian-generic_double_precision_ieee_754.adb gnat-sockets-connection_state_machine-chain_code-generic_unsigned.adb:37:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-little_endian-integers.adb [Ada] gnat-sockets-connection_state_machine-asn1-unsigneds_32.ads gnat-sockets-connection_state_machine-big_endian-generic_double_precision_ieee_754.adb:39:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-integers_32.ads gnat-sockets-connection_state_machine-little_endian-integers.adb:28:09: warning: no entities of "Ada.Exceptions" are referenced [-gnatwu] gnat-sockets-connection_state_machine-little_endian-integers.adb:29:09: warning: no entities of "Ada.IO_Exceptions" are referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-variable_length_arrays.adb [Ada] gnat-sockets-connection_state_machine-big_endian-generic_single_precision_ieee_754.adb gnat-sockets-connection_state_machine-variable_length_arrays.adb:38:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-floats.ads [Ada] gnat-sockets-connection_state_machine-asn1-generic_integer.adb gnat-sockets-connection_state_machine-big_endian-generic_single_precision_ieee_754.adb:39:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-nulls.adb gnat-sockets-connection_state_machine-asn1-generic_integer.adb:103:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-little_endian-generic_single_precision_ieee_754.adb gnat-sockets-connection_state_machine-asn1-nulls.adb:31:48: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Lengths" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-nulls.adb:70:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-asn1-nulls.adb:92:17: warning: formal parameter "Pointer" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-asn1-nulls.adb:93:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-distinguished_names.adb [Ada] gnat-sockets-connection_state_machine-asn1-strings-implicit.adb gnat-sockets-connection_state_machine-little_endian-generic_single_precision_ieee_754.adb:39:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-unsigneds_64.ads gnat-sockets-connection_state_machine-asn1-strings-implicit.adb:31:18: warning: no entities of "Strings_Edit.Integers" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-strings-implicit.adb:32:23: warning: no entities of "Strings_Edit.UTF8.Handling" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-strings-implicit.adb:34:48: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Lengths" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-strings-implicit.adb:37:09: warning: unit "Ada.Unchecked_Conversion" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-strings-implicit.adb:38:23: warning: unit "Strings_Edit.UTF8.ITU_T61" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-chain_code-generic_integer.adb gnat-sockets-connection_state_machine-asn1-distinguished_names.adb:55:16: warning: constant "Name" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-distinguished_names.adb:84:16: warning: constant "Name" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-distinguished_names.adb:113:16: warning: constant "Name" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-distinguished_names.adb:142:16: warning: constant "Name" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-distinguished_names.adb:169:12: warning: variable "Error" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-asn1-sets.adb [Ada] gnat-sockets-connection_state_machine-little_endian-ieee_754_long_floats.ads gnat-sockets-connection_state_machine-chain_code-generic_integer.adb:37:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-little_endian-ieee_754_floats.ads [Ada] gnat-sockets-connection_state_machine-asn1-generic_enumeration.adb gnat-sockets-connection_state_machine-asn1-sets.adb:60:14: warning: procedure "Check" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-sets.adb:114:10: warning: variable "Count" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-sets.ads:30:48: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Lengths" are referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-asn1-long_floats.ads [Ada] gnat-sockets-connection_state_machine-little_endian-unsigneds.adb gnat-sockets-connection_state_machine-asn1-generic_enumeration.adb:102:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-sets-generic_set_of.adb [Ada] gnat-sockets-connection_state_machine-asn1-bit_strings-explicit.adb gnat-sockets-connection_state_machine-little_endian-unsigneds.adb:38:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-little_endian-unsigneds.adb:62:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-little_endian-unsigneds.adb:92:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-little_endian-unsigneds.adb:122:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] gnat-sockets-connection_state_machine-asn1-sets-generic_reference.adb [Ada] gnat-sockets-connection_state_machine-big_endian.ads [Ada] gnat-sockets-connection_state_machine-asn1-tagged_values.adb [Ada] gnat-sockets-connection_state_machine-chain_code-integers.ads [Ada] gnat-sockets-connection_state_machine-asn1-sets-explicit.adb [Ada] gnat-sockets-connection_state_machine-asn1-sequences-generic_sequence_of.adb gnat-sockets-connection_state_machine-asn1-tagged_values.adb:32:18: warning: no entities of "Strings_Edit.Integers" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-tagged_values.adb:37:09: warning: unit "Ada.Unchecked_Conversion" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-tagged_values.adb:42:04: warning: constant "Invalid_EOC" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-tagged_values.adb:44:04: warning: constant "Invalid_Length" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-tagged_values.adb:45:04: warning: constant "Wrong_Class" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-tagged_values.adb:46:04: warning: constant "Type_Error" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-asn1-x509_certificates.adb [Ada] gnat-sockets-connection_state_machine-asn1-dates.adb [Ada] gnat-sockets-connection_state_machine-asn1-sequences-explicit.adb [Ada] gnat-sockets-connection_state_machine-big_endian-unsigneds.adb gnat-sockets-connection_state_machine-asn1-dates.adb:660:07: warning: use clause for package "Time_Zones" has no effect [-gnatwu] gnat-sockets-connection_state_machine-asn1-dates.adb:762:07: warning: variable "Minute" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-dates.adb:938:07: warning: use clause for package "Time_Zones" has no effect [-gnatwu] gnat-sockets-connection_state_machine-asn1-dates.adb:991:07: warning: use clause for package "Time_Zones" has no effect [-gnatwu] gnat-sockets-connection_state_machine-asn1-dates.adb:1685:14: warning: procedure "Divide" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-dates.ads:28:18: warning: unit "Ada.Calendar.Time_Zones" is not referenced in spec [-gnatwu] gnat-sockets-connection_state_machine-asn1-dates.ads:28:18: warning: with clause might be moved to body [-gnatwu] [Ada] gnat-sockets-connection_state_machine-asn1.adb gnat-sockets-connection_state_machine-big_endian-unsigneds.adb:38:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-big_endian-unsigneds.adb:62:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-big_endian-unsigneds.adb:91:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-big_endian-unsigneds.adb:120:17: warning: formal parameter "Client" is not referenced [-gnatwf] [Ada] tables-names.adb [Ada] tables.adb [Ada] strings_edit-utf8-windows_1254.adb gnat-sockets-connection_state_machine-asn1-x509_certificates.adb:28:09: warning: no entities of "Ada.Exceptions" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-x509_certificates.adb:29:09: warning: no entities of "Ada.IO_Exceptions" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-x509_certificates.adb:30:09: warning: no entities of "Ada.Tags" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-x509_certificates.adb:32:48: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Tagged_Values" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-x509_certificates.adb:37:04: warning: use clause for package "Choices" has no effect [-gnatwu] gnat-sockets-connection_state_machine-asn1-x509_certificates.adb:38:04: warning: use clause for package "Dates" has no effect [-gnatwu] gnat-sockets-connection_state_machine-asn1-x509_certificates.adb:39:04: warning: use clause for package "Sequences" has no effect [-gnatwu] gnat-sockets-connection_state_machine-asn1-x509_certificates.adb:40:04: warning: use clause for package "Strings" has no effect [-gnatwu] gnat-sockets-connection_state_machine-asn1-x509_certificates.ads:40:65: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Strings.Explicit.Constrained" are referenced [-gnatwu] gnat-sockets-connection_state_machine-asn1-x509_certificates.ads:54:04: warning: use clause for package "Constrained" has no effect [-gnatwu] [Ada] strings_edit-streams-unsigneds_64.ads [Ada] strings_edit-utf8-superscript-integer_edit.ads [Ada] strings_edit-utf8-iso_8859_8.adb [Ada] strings_edit-utf8-recoding_streams.adb [Ada] strings_edit-float_edit.adb strings_edit-float_edit.adb:264:18: warning: Numeric_Error is an obsolescent feature (RM J.6(1)) [-gnatwj] strings_edit-float_edit.adb:264:18: warning: use Constraint_Error instead [-gnatwj] [Ada] strings_edit-utf8-windows_1258.adb [Ada] strings_edit-object_identifiers.adb [Ada] strings_edit-utf8-blocks.ads [Ada] strings_edit-lexicographical_order.adb [Ada] strings_edit-streams-generic_modular.adb strings_edit-object_identifiers.adb:29:06: warning: unnecessary with of ancestor [-gnatwr] [Ada] strings_edit-roman_edit.adb [Ada] strings_edit-utf8-koi8.adb [Ada] strings_edit-streams.adb [Ada] strings_edit-utf8-mapping.adb [Ada] strings_edit-utf8-windows_1256.adb [Ada] strings_edit-distinguished_names.adb [Ada] strings_edit-utf8-radix50.adb [Ada] strings_edit-utf8-iso_8859_4.adb [Ada] strings_edit-utf8-windows_1250.adb [Ada] strings_edit-streams-generic_integer.adb [Ada] strings_edit-utf8-windows_1255.adb strings_edit-streams-generic_integer.adb:109:07: warning: variable "Old" is not referenced [-gnatwu] [Ada] strings_edit-chacha20-aead.adb [Ada] strings_edit-utf8-subscript-integer_edit.ads [Ada] strings_edit-utf8-windows_1253.adb [Ada] strings_edit-utf8-wildcards-case_insensitive.adb [Ada] strings_edit-integer_edit.adb [Ada] strings_edit-utf8-iso_8859_6.adb [Ada] strings_edit-streams-integers_64.ads strings_edit-distinguished_names.adb:31:06: warning: unnecessary with of ancestor [-gnatwr] [Ada] strings_edit-long_floats.ads [Ada] strings_edit-utf8-categorization.adb [Ada] strings_edit-utf8-iso_8859_3.adb [Ada] strings_edit-integers-subscript.ads [Ada] strings_edit-utf8-wildcards.adb [Ada] strings_edit-streams-integers_32.ads [Ada] strings_edit-utf8-windows_1257.adb [Ada] strings_edit-utf8-macos_roman.adb [Ada] strings_edit-streams-integers.ads [Ada] strings_edit-quoted.adb [Ada] strings_edit-chacha20.adb [Ada] strings_edit-utf8-iso_8859_7.adb [Ada] strings_edit-utf8-maps.adb /root/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/2fbf9c8a5a774d2b1be09c3b314a5a0ae9633396dbf7c180895b5d5bb2b03480/sqlite-sources/sqlite3.c: In function 'sqlite3DefaultRowEst': /root/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/2fbf9c8a5a774d2b1be09c3b314a5a0ae9633396dbf7c180895b5d5bb2b03480/sqlite-sources/sqlite3.c:109169:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 109169 | if( pIdx->pPartIdxWhere!=0 ) a[0] -= 10; assert( 10==sqlite3LogEst(2) ); | ^~ In file included from /root/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/2fbf9c8a5a774d2b1be09c3b314a5a0ae9633396dbf7c180895b5d5bb2b03480/sqlite-sources/sqlite3.c:13475: /root/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/2fbf9c8a5a774d2b1be09c3b314a5a0ae9633396dbf7c180895b5d5bb2b03480/sqlite-sources/sqlite3.c:109169:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 109169 | if( pIdx->pPartIdxWhere!=0 ) a[0] -= 10; assert( 10==sqlite3LogEst(2) ); | ^~~~~~ /root/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/2fbf9c8a5a774d2b1be09c3b314a5a0ae9633396dbf7c180895b5d5bb2b03480/sqlite-sources/sqlite3.c:109170:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 109170 | if( a[0]<33 ) a[0] = 33; assert( 33==sqlite3LogEst(10) ); | ^~ /root/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/2fbf9c8a5a774d2b1be09c3b314a5a0ae9633396dbf7c180895b5d5bb2b03480/sqlite-sources/sqlite3.c:109170:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 109170 | if( a[0]<33 ) a[0] = 33; assert( 33==sqlite3LogEst(10) ); | ^~~~~~ [Ada] strings_edit-utf8-iso_8859_10.adb [Ada] strings_edit-floats.ads strings_edit-chacha20.adb:281:07: warning: renamed variable "Count" is not referenced [-gnatwu] strings_edit-chacha20.adb:305:07: warning: renamed variable "Count" is not referenced [-gnatwu] strings_edit-chacha20.adb:333:07: warning: renamed variable "Count" is not referenced [-gnatwu] strings_edit-chacha20.adb:361:07: warning: renamed variable "Count" is not referenced [-gnatwu] strings_edit-chacha20.adb:389:07: warning: renamed variable "Count" is not referenced [-gnatwu] strings_edit-chacha20.adb:405:07: warning: renamed variable "Count" is not referenced [-gnatwu] [Ada] strings_edit-streams-naturals.ads [Ada] strings_edit-utf8-itu_t61.adb [Ada] strings_edit-iso_8601.adb [Ada] strings_edit-utf8-integer_edit.adb [Ada] strings_edit.adb [Ada] strings_edit-utf8-windows_1252.adb [Ada] strings_edit-utf8-windows_1251.adb [Ada] strings_edit-utf8-handling.adb [Ada] strings_edit-fields.adb [Ada] strings_edit-utf8-maps-constants.ads [Ada] strings_edit-utf8-subscript.adb [Ada] strings_edit-streams-generic_unsigned.adb [Ada] strings_edit-utf8-superscript.adb [Ada] strings_edit-streams-unsigneds_32.ads [Ada] strings_edit-chacha20-poly1305.adb [Ada] strings_edit-utf8-iso_8859_9.adb [Ada] strings_edit-base64.adb [Ada] strings_edit-integers.ads strings_edit-chacha20-poly1305.adb:278:07: warning: variable "Carry" is not referenced [-gnatwu] [Ada] strings_edit-utf8.adb [Ada] strings_edit-integers-superscript.ads [Ada] strings_edit-utf8-iso_8859_5.adb [Ada] strings_edit-generic_scale.adb [Ada] strings_edit-utf8-iso_8859_2.adb [C] synchronization_linux.c [Ada] generic_blackboard.adb [Ada] synchronization-interprocess-generic_blackboard.adb generic_blackboard.adb:303:07: warning: variable "Moved" is not referenced [-gnatwu] [Ada] system_errno.ads [Ada] synchronization-interprocess-mutexes.adb [Ada] synchronization-interprocess-events.adb [Ada] synchronization-interprocess-pulse_events.adb synchronization-interprocess-generic_blackboard.adb:380:10: warning: variable "Moved" is not referenced [-gnatwu] synchronization-interprocess-generic_blackboard.ads:58:34: warning: no entities of "Synchronization.Interprocess.Events" are referenced [-gnatwu] [Ada] synchronization-interprocess.adb [Ada] synchronization-linux.adb synchronization-interprocess-mutexes.ads:28:09: warning: no entities of "Ada.Task_Identification" are referenced [-gnatwu] [Ada] tables-utf8_names.adb [Ada] parsers-multiline_source-text_io.adb synchronization-linux.ads:108:13: warning: intrinsic binding type mismatch on parameter 2 [enabled by default] synchronization-linux.ads:108:13: warning: profile of "Compare_And_Swap" doesn't match the builtin it binds [enabled by default] [Ada] persistent-blocking_files-text_io.adb [Ada] synchronization-interprocess-streams.adb [Ada] synchronization-interprocess-process_call_service.adb synchronization-interprocess.adb:84:07: warning: variable "Result" is assigned but never read [-gnatwm] synchronization-interprocess.adb:123:07: warning: variable "Result" is assigned but never read [-gnatwm] synchronization-interprocess.adb:131:07: warning: possibly useless assignment to "Result", value might not be referenced [-gnatwm] synchronization-interprocess.ads:386:13: warning: intrinsic binding type mismatch on parameter 2 [enabled by default] synchronization-interprocess.ads:386:13: warning: profile of "Compare_And_Swap" doesn't match the builtin it binds [enabled by default] /root/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/2fbf9c8a5a774d2b1be09c3b314a5a0ae9633396dbf7c180895b5d5bb2b03480/os/linux/synchronization-interprocess.adb: In function 'Synchronization.Interprocess.Read': /root/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/2fbf9c8a5a774d2b1be09c3b314a5a0ae9633396dbf7c180895b5d5bb2b03480/os/linux/synchronization-interprocess.adb:508:8: warning: 'Last' may be used uninitialized [-Wmaybe-uninitialized] /root/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/2fbf9c8a5a774d2b1be09c3b314a5a0ae9633396dbf7c180895b5d5bb2b03480/os/linux/synchronization-interprocess.ads:354:17: note: 'Last' declared here [Ada] object-handle-generic_bounded_array.adb object-handle-generic_bounded_array.ads:298:04: warning: pragma "Inline" for "Get" duplicates pragma at line 297 [-gnatwr] [Ada] generic_set.adb [Ada] generic_directed_graph.adb [Ada] ieee_754-decimal32.adb generic_directed_graph.adb:333:17: warning: formal parameter "Vertex" is not modified [-gnatwk] generic_directed_graph.adb:333:17: warning: mode could be "in" instead of "in out" [-gnatwk] [Ada] parsers-generic_source-text_io.adb [Ada] parsers-generic_source-get_ada_blank.adb [Ada] generic_unbounded_array.adb parsers-generic_source-get_ada_blank.adb:30:17: warning: no entities of "Ada.Strings.Maps" are referenced [-gnatwu] parsers-generic_source-get_ada_blank.adb:31:06: warning: no entities of "Strings_Edit" are referenced [-gnatwu] [Ada] object-archived-lists.adb [Ada] ieee_754-generic_single_precision.adb [Ada] persistent.adb synchronization-interprocess-streams.adb:33:09: warning: unit "Ada.Unchecked_Conversion" is not referenced [-gnatwu] [Ada] object-archived-handle.adb [Ada] generic_cubic_spline.adb generic_cubic_spline.adb:29:09: warning: no entities of "Ada.IO_Exceptions" are referenced [-gnatwu] generic_cubic_spline.adb:29:26: warning: use clause for package "IO_Exceptions" has no effect [-gnatwu] [Ada] persistent-memory_pools-streams-external_b_tree.adb [Ada] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb synchronization-interprocess-process_call_service.adb:32:18: warning: no entities of "Strings_Edit.Floats" are referenced [-gnatwu] synchronization-interprocess-process_call_service.adb:33:18: warning: no entities of "Strings_Edit.Integers" are referenced [-gnatwu] synchronization-interprocess-process_call_service.adb:35:17: warning: unit "Ada.Strings.Fixed" is not referenced [-gnatwu] synchronization-interprocess-process_call_service.adb:38:12: warning: unit "System.Address_To_Access_Conversions" is not referenced [-gnatwu] synchronization-interprocess-process_call_service.adb:301:13: warning: variable "Lock" is not referenced [-gnatwu] synchronization-interprocess-process_call_service.adb:1015:17: warning: formal parameter "Item" is read but never assigned [-gnatwv] synchronization-interprocess-process_call_service.adb:1023:17: warning: formal parameter "Results" is not referenced [-gnatwf] synchronization-interprocess-process_call_service.adb:1024:17: warning: formal parameter "Item" is read but never assigned [-gnatwv] synchronization-interprocess-process_call_service.adb:1199:16: warning: formal parameter "Header" is not modified [-gnatwk] synchronization-interprocess-process_call_service.adb:1199:16: warning: mode could be "in" instead of "in out" [-gnatwk] synchronization-interprocess-process_call_service.adb:1233:36: warning: formal parameter "Header" is not referenced [-gnatwf] synchronization-interprocess-process_call_service.adb:1372:28: warning: variable "Lock" is not referenced [-gnatwu] synchronization-interprocess-process_call_service.adb:1421:16: warning: variable "Lock" is not referenced [-gnatwu] synchronization-interprocess-process_call_service.ads:61:09: warning: no entities of "Ada.Exceptions" are referenced in spec [-gnatwu] synchronization-interprocess-process_call_service.ads:61:09: warning: with clause might be moved to body [-gnatwu] synchronization-interprocess-process_call_service.ads:408:04: warning: in instantiation at synchronization-interprocess-generic_fifo.adb:484 [enabled by default] synchronization-interprocess-process_call_service.ads:408:04: warning: volatile actual passed by copy (RM C.6(19)) [enabled by default] synchronization-interprocess-process_call_service.ads:544:52: warning: applying 'Class to an untagged incomplete type is an obsolescent feature (RM J.11) [-gnatwr] [Ada] synchronization-pulse_events.adb persistent.ads:53:31: warning: use clause for package "Deposit_Handles" has no effect [-gnatwu] [Ada] universally_unique_identifiers.adb [Ada] persistent-single_file_keys-sets.ads [Ada] persistent-streams-dump.adb persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:29:09: warning: no entities of "Ada.Tags" are referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:31:31: warning: no entities of "Persistent.Blocking_Files.Text_IO" are referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:34:06: warning: unnecessary with of ancestor [-gnatwr] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:37:29: warning: no entities of "Persistent.Memory_Pools.Dump" are referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:122:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:399:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:415:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:429:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:477:16: warning: variable "Ptr" is assigned but never read [-gnatwm] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:496:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:574:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:699:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:722:13: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:755:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:783:13: warning: function "Get_Index" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:787:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:806:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:834:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:851:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:897:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:924:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:955:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:1024:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:1035:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:1099:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:1111:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:1142:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:1170:13: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:1186:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:1212:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:1219:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:1248:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:1994:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:2003:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:2014:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:2028:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:2049:13: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:2078:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:2180:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:2192:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:2202:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:2209:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.adb:2293:14: warning: procedure "Update" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_ptr_b_tree.ads:31:06: warning: no entities of "System" are referenced [-gnatwu] [Ada] parsers-generic_source-get_ada_2005_blank.adb parsers-generic_source-get_ada_2005_blank.adb:31:17: warning: no entities of "Ada.Strings.Maps" are referenced [-gnatwu] [Ada] generic_unbounded_ptr_array.adb [Ada] persistent-single_file.adb [Ada] strings_edit-symmetric_serialization.adb persistent-memory_pools-streams-external_b_tree.adb:113:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:389:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:405:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:418:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:451:16: warning: variable "Ptr" is assigned but never read [-gnatwm] persistent-memory_pools-streams-external_b_tree.adb:470:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:551:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:679:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:702:13: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:735:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:771:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:789:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:835:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:862:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:893:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:962:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1020:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1032:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1063:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1091:13: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1107:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1133:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1145:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1160:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1655:10: warning: variable "Key" is assigned but never read [-gnatwm] persistent-memory_pools-streams-external_b_tree.adb:1887:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1896:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1907:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1921:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1942:13: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:1971:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:2061:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:2076:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:2086:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree.adb:2096:07: warning: variable "Lock" is not referenced [-gnatwu] [Ada] persistent-memory_pools-dump.adb [Ada] synchronization-interprocess-generic_shared_object.adb [Ada] synchronization-interprocess-process_call_service-generic_ternary_procedure.adb synchronization-interprocess-generic_shared_object.adb:40:07: warning: variable "Lock" is not referenced [-gnatwu] synchronization-interprocess-generic_shared_object.adb:46:07: warning: variable "Lock" is not referenced [-gnatwu] synchronization-interprocess-generic_shared_object.adb:65:07: warning: variable "Lock" is not referenced [-gnatwu] [Ada] object-handle.adb object-handle.ads:153:04: warning: pragma "Inline" for "=" duplicates pragma at line 152 [-gnatwr] [Ada] parsers-multiline_source-latin1_text_io.adb [Ada] universally_unique_identifiers-edit.adb [Ada] parsers-generic_source-get_cpp_blank.adb [Ada] generic_indefinite_set.adb [Ada] long_float_chebyshev_polynomials.ads [Ada] generic_discrete_map.adb [Ada] object-archived-iterators.adb [Ada] generic_directed_weighted_graph.adb [Ada] synchronization-interprocess-process_call_service-generic_dyadic_procedure.adb generic_directed_weighted_graph.adb:666:17: warning: formal parameter "Vertex" is not modified [-gnatwk] generic_directed_weighted_graph.adb:666:17: warning: mode could be "in" instead of "in out" [-gnatwk] generic_directed_weighted_graph.ads:52:09: warning: unit "Ada.Unchecked_Conversion" is not instantiated in spec [-gnatwu] generic_directed_weighted_graph.ads:52:09: warning: with clause can be moved to body [-gnatwu] [Ada] synchronization-interprocess-process_call_service-generic_unary_function.adb [Ada] ieee_754-decimal128.adb [Ada] strings_edit-time_conversions.adb [Ada] ieee_754-floats.ads [Ada] persistent-blocking_files-transactional.adb [Ada] parsers-generic_source-get_utf8_text.adb [Ada] generic_b_tree.adb generic_b_tree.adb:30:09: warning: no entities of "Ada.Tags" are referenced [-gnatwu] generic_b_tree.adb:30:26: warning: use clause for package "Tags" has no effect [-gnatwu] [Ada] generic_indefinite_fifo-generic_signaled.adb generic_indefinite_fifo-generic_signaled.ads:28:12: warning: no entities of "System.Storage_Elements" are referenced [-gnatwu] generic_indefinite_fifo-generic_signaled.ads:29:12: warning: no entities of "System.Storage_Pools" are referenced [-gnatwu] generic_indefinite_fifo-generic_signaled.ads:31:09: warning: unit "Ada.Finalization" is not referenced [-gnatwu] [Ada] generic_indefinite_fifo.adb [Ada] generic_discrete_indefinite_map.adb [Ada] parsers-multiline_source-location_text_io.ads [Ada] generic_discrete_set.adb [Ada] persistent-memory_pools-streams-ieee_754.adb persistent-blocking_files-transactional.adb:50:16: warning: variable "Ptr" is assigned but never read [-gnatwm] persistent-blocking_files-transactional.adb:979:13: warning: variable "Block" is assigned but never read [-gnatwm] persistent-blocking_files-transactional.adb:1102:34: warning: condition is always True [-gnatwc] persistent-blocking_files-transactional.adb:1186:39: warning: condition is always True [-gnatwc] persistent-blocking_files-transactional.adb:1257:18: warning: condition is always False [-gnatwc] persistent-blocking_files-transactional.adb:1299:07: warning: variable "Physical" is assigned but never read [-gnatwm] [Ada] synchronization-generic_mutexes_array.adb synchronization-generic_mutexes_array.adb:169:25: warning: formal parameter "Mutexes" is not referenced [-gnatwf] [Ada] generic_fifo.adb [Ada] parsers-generic_source.ads parsers-generic_source.ads:144:18: warning: function "End_Of" is not referenced [-gnatwu] parsers-generic_source.ads:145:18: warning: function "Get_Line" is not referenced [-gnatwu] parsers-generic_source.ads:146:19: warning: procedure "Get_Line" is not referenced [-gnatwu] parsers-generic_source.ads:152:18: warning: function "Get_Pointer" is not referenced [-gnatwu] parsers-generic_source.ads:153:18: warning: function "Get_Backup_Pointer" is not referenced [-gnatwu] parsers-generic_source.ads:155:18: warning: function "Image" is not referenced [-gnatwu] parsers-generic_source.ads:156:18: warning: function "Link" is not referenced [-gnatwu] parsers-generic_source.ads:157:19: warning: procedure "Next_Line" is not referenced [-gnatwu] parsers-generic_source.ads:158:19: warning: procedure "Reset_Pointer" is not referenced [-gnatwu] parsers-generic_source.ads:159:19: warning: procedure "Set_Pointer" is not referenced [-gnatwu] parsers-generic_source.ads:163:18: warning: function "&" is not referenced [-gnatwu] [Ada] long_float_cubic_spline.ads [Ada] synchronization-interprocess-memory_pools.adb [Ada] synchronization-mutexes.adb [Ada] parsers-generic_lexer-ada_blanks.adb [Ada] parsers-generic_operation-segmented_stack.ads [Ada] parsers-string_source.adb [Ada] parsers-multiline_source.adb synchronization-interprocess-memory_pools.adb:120:07: warning: constant "Started" is not referenced [-gnatwu] synchronization-interprocess-memory_pools.adb:279:07: warning: constant "Started" is not referenced [-gnatwu] [Ada] gamma.adb [Ada] persistent-blocking_files-transactional-dump.adb [Ada] pipe_streams.adb [Ada] object-archived.adb [Ada] parsers-generic_lexer-ada_2005_blanks.adb [Ada] persistent-memory_pools.adb [Ada] parsers-generic_lexer-blanks.adb [Ada] persistent-data_bank-reference.adb [Ada] parsers-generic_source-get_token.adb [Ada] persistent-blocking_files.adb [Ada] generic_doubly_linked.ads [Ada] stack_storage-mark_and_release.adb persistent-data_bank-reference.adb:83:17: warning: formal parameter "Source" is not referenced [-gnatwf] persistent-data_bank-reference.adb:84:17: warning: formal parameter "Pointer" is not referenced [-gnatwf] persistent-data_bank-reference.adb:85:17: warning: formal parameter "Class" is not referenced [-gnatwf] persistent-data_bank-reference.adb:86:17: warning: formal parameter "List" is not referenced [-gnatwf] [Ada] object-handle-generic_handle_set.adb persistent-memory_pools.adb:163:07: warning: pragma "Inline" for "Get" duplicates pragma at persistent-memory_pools.ads:749 [-gnatwr] persistent-memory_pools.adb:177:13: warning: function "Get" is not referenced [-gnatwu] persistent-memory_pools.adb:204:07: warning: pragma "Inline" for "Put" duplicates pragma at persistent-memory_pools.ads:757 [-gnatwr] persistent-memory_pools.adb:340:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:345:14: warning: procedure "Close" is not referenced [-gnatwu] persistent-memory_pools.adb:346:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:352:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:362:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:371:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:377:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:388:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:414:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:431:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:465:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:486:12: warning: variable "Error" is not referenced [-gnatwu] persistent-memory_pools.adb:497:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:508:12: warning: variable "Error" is not referenced [-gnatwu] persistent-memory_pools.adb:517:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:528:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:535:13: warning: renamed variable "Block" is not referenced [-gnatwu] persistent-memory_pools.adb:633:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:682:14: warning: procedure "Rollback" is not referenced [-gnatwu] persistent-memory_pools.adb:683:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:693:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools.adb:836:18: warning: variable "Error" is not referenced [-gnatwu] persistent-memory_pools.adb:1012:12: warning: variable "Error" is not referenced [-gnatwu] [Ada] persistent-data_bank-mutexes.ads persistent-single_file.adb:45:14: warning: procedure "Check_Existent" is not referenced [-gnatwu] [Ada] synchronization-interprocess-process_call_service-manager.adb [Ada] deposit_handles.ads [Ada] synchronization-interprocess-process_call_service-process_string.ads [Ada] persistent-data_bank-index.adb [Ada] generic_segmented_stack.adb [Ada] parsers-generic_lexer-cpp_blanks.adb [Ada] synchronization-interprocess-process_call_service-generic_dyadic_function.adb [Ada] generic_bounded_map.adb [Ada] persistent-data_bank.adb persistent-data_bank-index.adb:1216:13: warning: variable "Object" is not referenced [-gnatwu] persistent-data_bank-index.adb:1280:13: warning: variable "Name" is not referenced [-gnatwu] persistent-data_bank-index.ads:480:04: warning: use clause for package "Key_Sets" has no effect [-gnatwu] [Ada] synchronization-generic_events_array.adb [Ada] persistent-single_file-text_io.adb synchronization-interprocess-process_call_service-manager.adb:114:10: warning: variable "Lock" is not referenced [-gnatwu] [Ada] synchronization-events.adb [Ada] persistent-data_bank-index-text_io.adb [Ada] ieee_754-long_floats.ads [Ada] generic_stack.adb [Ada] synchronization-generic_pulse_events.adb [Ada] persistent-directory.adb [Ada] ieee_754-edit.adb [Ada] persistent-memory_pools-streams-generic_float_waveform.adb [Ada] synchronization-interprocess-process_call_service-generic_parameterless_function.adb persistent-directory.adb:64:17: warning: formal parameter "Source" is not referenced [-gnatwf] persistent-directory.adb:65:17: warning: formal parameter "Pointer" is not referenced [-gnatwf] persistent-directory.adb:66:17: warning: formal parameter "Class" is not referenced [-gnatwf] persistent-directory.adb:67:17: warning: formal parameter "List" is not referenced [-gnatwf] [Ada] parsers.ads [Ada] synchronization-interprocess-generic_fifo.adb [Ada] generic_address_order.adb [Ada] parsers-generic_token-segmented_lexer.ads persistent-memory_pools-streams-generic_float_waveform.adb:38:13: warning: function "<=" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:50:13: warning: function ">=" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:93:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:134:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:149:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:165:13: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:537:19: warning: formal parameter "Container" is not referenced [-gnatwf] persistent-memory_pools-streams-generic_float_waveform.adb:538:19: warning: formal parameter "Key" is not referenced [-gnatwf] persistent-memory_pools-streams-generic_float_waveform.adb:570:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:621:19: warning: formal parameter "Container" is not referenced [-gnatwf] persistent-memory_pools-streams-generic_float_waveform.adb:622:19: warning: formal parameter "Key" is not referenced [-gnatwf] persistent-memory_pools-streams-generic_float_waveform.adb:654:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:702:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:745:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:779:19: warning: formal parameter "Container" is not referenced [-gnatwf] persistent-memory_pools-streams-generic_float_waveform.adb:780:19: warning: formal parameter "Key" is not referenced [-gnatwf] persistent-memory_pools-streams-generic_float_waveform.adb:800:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:843:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:855:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:867:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:879:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:893:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:914:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:924:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:951:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:969:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:982:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:1059:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:1082:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:1092:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:1102:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:1122:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:1139:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:1179:19: warning: formal parameter "Container" is not referenced [-gnatwf] persistent-memory_pools-streams-generic_float_waveform.adb:1180:19: warning: formal parameter "Key" is not referenced [-gnatwf] persistent-memory_pools-streams-generic_float_waveform.adb:1212:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:1247:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:1368:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_float_waveform.adb:1385:07: warning: variable "Lock" is not referenced [-gnatwu] [Ada] ieee_754.adb [Ada] object-archived-sets.adb [Ada] long_float_waveform.ads [Ada] persistent-single_file_keys.adb synchronization-interprocess-generic_fifo.adb:48:17: warning: formal parameter "Timeout" is not referenced [-gnatwf] synchronization-interprocess-generic_fifo.adb:58:13: warning: renamed variable "Buffer" is not referenced [-gnatwu] synchronization-interprocess-generic_fifo.adb:417:17: warning: formal parameter "Timeout" is not referenced [-gnatwf] synchronization-interprocess-generic_fifo.adb:464:17: warning: formal parameter "Timeout" is not referenced [-gnatwf] synchronization-interprocess-generic_fifo.adb:536:17: warning: formal parameter "Timeout" is not referenced [-gnatwf] [Ada] synchronization-interprocess-process_call_service-generic_unary_procedure.adb [Ada] ieee_754-decimal64.adb [Ada] storage_streams.adb [Ada] parsers-generic_token.adb persistent-single_file_keys.adb:69:10: warning: unreachable code [enabled by default] [Ada] backward_link_handles-sets.ads [Ada] object.adb [Ada] generic_indefinite_map.adb [Ada] parsers-generic_lexer.adb [Ada] persistent-memory_pools-streams-generic_external_b_tree.adb parsers-generic_lexer.adb:224:17: warning: formal parameter "Modifier" is not modified [-gnatwk] parsers-generic_lexer.adb:224:17: warning: mode could be "in" instead of "in out" [-gnatwk] parsers-generic_lexer.adb:339:17: warning: formal parameter "Operation" is not referenced [-gnatwf] parsers-generic_lexer.adb:351:17: warning: formal parameter "Argument" is not referenced [-gnatwf] parsers-generic_lexer.adb:363:17: warning: formal parameter "Token" is not referenced [-gnatwf] parsers-generic_lexer.adb:487:22: warning: "Modifier" may be referenced before it has a value [enabled by default] [Ada] object-handle-generic_set.adb [Ada] persistent-streams.adb [Ada] synchronization-interprocess-process_call_service-set_string.ads [Ada] synchronization-interprocess-process_call_service-parameterless_procedure.adb persistent-memory_pools-streams-generic_external_b_tree.adb:29:09: warning: no entities of "Ada.Tags" are referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:31:31: warning: no entities of "Persistent.Blocking_Files.Text_IO" are referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:34:06: warning: unnecessary with of ancestor [-gnatwr] persistent-memory_pools-streams-generic_external_b_tree.adb:37:29: warning: no entities of "Persistent.Memory_Pools.Dump" are referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:108:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:402:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:418:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:432:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:481:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:580:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:658:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:783:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:803:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:828:13: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:861:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:889:13: warning: function "Get_Index" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:893:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:912:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:943:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:960:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1006:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1033:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1064:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1140:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1198:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1210:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1241:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1269:13: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1285:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1294:13: warning: function "Get_Self" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1299:13: warning: function "Get_Self" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1311:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1333:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1356:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1378:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1390:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:1419:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:2168:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:2175:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:2194:13: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:2232:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:2251:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:2312:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:2437:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:2449:10: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:2459:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.adb:2466:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-generic_external_b_tree.ads:31:06: warning: no entities of "System" are referenced [-gnatwu] [Ada] persistent-single_file_keys-arrays.ads [Ada] persistent-memory_pools-streams.adb [Ada] parsers-generic_token-generic_token_lexer.adb [Ada] parsers-multiline_source-wide_text_io.adb [Ada] generic_map.adb [Ada] generic_indefinite_b_tree.adb [Ada] synchronization-interprocess-process_call_service-generic_ternary_function.adb [Ada] block_streams.adb [Ada] generic_bounded_indefinite_map.adb [Ada] persistent-memory_pools-streams-external_b_tree-generic_table.adb [Ada] synchronization.ads [Ada] parsers-generic_argument.ads persistent-memory_pools-streams.adb:48:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:110:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:161:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:172:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:370:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:410:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:430:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:452:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:471:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:484:13: warning: renamed constant "Block" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:501:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:537:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:588:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:625:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:743:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams.adb:791:07: warning: variable "Lock" is not referenced [-gnatwu] [Ada] parsers-generic_source-keywords.adb [Ada] synchronization-interprocess-process_call_service-generic_call_service_arrays.adb [Ada] parsers-generic_source-get_text.adb [Ada] persistent-data_bank-indexed.adb [Ada] generic_blackboard-generic_task_safe.adb persistent-memory_pools-streams-external_b_tree-generic_table.adb:29:09: warning: no entities of "Ada.Tags" are referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:46:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:68:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:113:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:137:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:217:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:247:13: warning: function "Get_Length" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:311:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:342:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:372:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:428:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:452:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:478:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:509:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:543:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:575:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:600:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:621:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:641:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:663:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:691:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:723:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:748:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:766:14: warning: procedure "Restore" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:778:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:826:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:894:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.adb:921:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.ads:36:09: warning: no entities of "Ada.Streams" are referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.ads:37:06: warning: no entities of "System" are referenced [-gnatwu] persistent-memory_pools-streams-external_b_tree-generic_table.ads:662:04: warning: use clause for package "External_B_Tree" has no effect [-gnatwu] [Ada] parsers-generic_operation-generic_stack.adb [Ada] generic_random_sequence.adb [Ada] stack_storage.adb [Ada] object-handle-generic_unbounded_array.adb [Ada] parsers-generic_source-get_blank.adb [Ada] parsers-generic_argument-segmented_stack.adb [Ada] parsers-multiline_source-stream_io.adb parsers-generic_argument-segmented_stack.ads:89:30: warning: "Default" may be referenced before it has a value [enabled by default] [Ada] generic_chebyshev_polynomials.adb [Ada] synchronization-interprocess-process_call_service-get_string.ads [Ada] parsers-multiline_source-standard_input.adb [Ada] persistent-handle.adb [Ada] persistent-data_bank-indexed-text_io.adb persistent-data_bank-indexed.adb:28:20: warning: no entities of "Ada.Characters.Handling" are referenced [-gnatwu] persistent-data_bank-indexed.adb:122:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:156:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:179:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:215:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:244:19: warning: variable "Parent" is assigned but never read [-gnatwm] persistent-data_bank-indexed.adb:283:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:312:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:338:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:350:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:372:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:381:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:397:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:407:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:435:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:445:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:457:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:476:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:501:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:588:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:611:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:639:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:659:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:982:07: warning: variable "Lock" is not referenced [-gnatwu] persistent-data_bank-indexed.adb:998:07: warning: variable "Lock" is not referenced [-gnatwu] [Ada] generic_doubly_linked_web-generic_list.adb generic_doubly_linked_web-generic_list.adb:137:14: warning: redundant conversion, expression is of type "Item" [-gnatwr] generic_doubly_linked_web-generic_list.adb:170:14: warning: redundant conversion, expression is of type "Item" [-gnatwr] [Ada] backward_link_handles.ads [Ada] ieee_754-generic_double_precision.adb [Ada] parsers-generic_operation.ads [Ada] generic_doubly_linked_web.adb parsers-generic_operation.ads:79:18: warning: function "and" is not referenced [-gnatwu] parsers-generic_operation.ads:81:18: warning: function "Is_Commutative" is not referenced [-gnatwu] parsers-generic_operation.ads:83:18: warning: function "Is_Inverse" is not referenced [-gnatwu] parsers-generic_operation.ads:85:18: warning: function "Group_Inverse" is not referenced [-gnatwu] parsers-generic_operation.ads:87:18: warning: function "<" is not referenced [-gnatwu] [Ada] generic_fifo-generic_signaled.adb [Ada] gnat-sockets-connection_state_machine-elv_max_cube_client-stream_io.adb generic_doubly_linked_web.adb:418:16: warning: formal parameter "Brand" is not referenced [-gnatwf] generic_doubly_linked_web.ads:467:04: warning: pragma "Inline" for "Insert" duplicates pragma at line 466 [-gnatwr] [Ada] gnat-sockets-connection_state_machine-elv_max_cube_client-time_zones.ads [Ada] gnat-sockets-connection_state_machine-elv_max_cube_client-topology.adb [Ada] gnat-sockets-connection_state_machine-elv_max_cube_client.adb [Ada] ada_gui_config.ads [Ada] ada_gui-gnoga-gui-element-common.adb [Ada] ada_gui-gnoga.adb [Ada] ada_gui-gnoga-gui-location.adb [Ada] ada_gui-gnoga-server-model-queries.adb [Ada] ada_gui-gnoga-server.adb [Ada] ada_gui-gnoga-application.adb [Ada] ada_gui-gnoga-server-template_parser.adb [Ada] ada_gui-gnoga-server-connection.adb [Ada] parsers-generic_source-xpm.adb [Ada] ada_gui-gnoga-gui-element-canvas-context_2d.adb gnat-sockets-connection_state_machine-elv_max_cube_client.adb:36:18: warning: no entities of "Ada.Calendar.Time_Zones" are referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:41:04: warning: use clause for package "Stream_Element_Offset_Edit" has no effect [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:222:13: warning: function "Encode" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:252:13: warning: function "&" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:408:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:435:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:458:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:479:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:501:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:529:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:556:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:588:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:826:17: warning: formal parameter "S_Commands" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:883:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:902:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:920:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:939:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:968:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1120:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1222:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1227:07: warning: renamed variable "RF" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1286:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1287:07: warning: constant "Index" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1299:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1300:07: warning: constant "Index" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1312:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1342:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1357:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1368:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1582:07: warning: useless assignment to "Action", value overwritten at line 1588 [-gnatwm] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1588:07: warning: useless assignment to "Action", value overwritten at line 1594 [-gnatwm] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1679:13: warning: function "Dump" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1861:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1884:17: warning: formal parameter "Line" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2058:10: warning: variable "ID" is assigned but never read [-gnatwm] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2090:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2195:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2205:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2218:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2227:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2247:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2271:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2280:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2293:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2302:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2315:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2324:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2337:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2346:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2355:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2367:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2376:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2627:07: warning: variable "Answer" is assigned but never read [-gnatwm] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2629:07: warning: variable "Uptodate" is assigned but never read [-gnatwm] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3102:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3175:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3184:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3193:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3205:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3229:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3238:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3247:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3260:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3269:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3409:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3420:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3440:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3451:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3688:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3725:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3735:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3754:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3979:13: warning: "Data" is not modified, could be declared constant [-gnatwk] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3994:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4172:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4228:12: warning: variable "Error" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4285:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4337:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4381:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4391:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4410:07: warning: variable "Pointer" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4421:10: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4710:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4833:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4847:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4890:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4902:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4961:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4975:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5064:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5092:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5177:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5203:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5331:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5349:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5413:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5429:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5479:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5495:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5573:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5598:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5621:07: warning: use clause for package "Time_Zones" has no effect [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5769:48: warning: "Result" may be referenced before it has a value [enabled by default] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5923:10: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.ads:29:09: warning: no entities of "Ada.Exceptions" are referenced in spec [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.ads:29:09: warning: with clause might be moved to body [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.ads:173:50: warning: static fixed-point value is not a multiple of Small [-gnatwb] [Ada] ada_gui-gnoga-gui-element-multimedia.adb [Ada] ada_gui-gnoga-server-template_parser-simple.adb [Ada] ada_gui-gnoga-gui.adb [Ada] ada_gui-gnoga-server-mime.adb [Ada] ada_gui-gnoga-colors.adb [Ada] ada_gui-gnoga-server-database.adb [Ada] ada_gui.adb [Ada] ada_gui-gnoga-gui-element-canvas.adb [Ada] ada_gui-gnoga-client_storage.adb [Ada] ada_gui-gnoga-gui-view.adb [Ada] ada_gui-gnoga-gui-element-list.adb [Ada] parsers-multiline_source-xpm.ads [Ada] ada_gui-gnoga-gui-view-console.adb [Ada] ada_gui-gnoga-gui-view-grid.adb [Ada] ada_gui-gnoga-server-connection-common.ads [Ada] ada_gui-gnoga-server-model.adb [Ada] ada_gui-gnoga-gui-window.adb [Ada] ada_gui-gnoga-gui-element.adb [Ada] ada_gui-gnoga-gui-element-form.adb [Ada] ada_gui-gnoga-gui-document.adb Build Libraries [gprlib] Ada_GUI.lexch [archive] libAda_GUI.a [index] libAda_GUI.a ada_gui=20240224.0.1 successfully retrieved and built. Dependencies were solved as follows: +b gnat 14.2.1 (new,gnat_native,binary) +b libgnutls 3.8.7 (new,indirect,system package) + simple_components 4.68.0 (new) +b unixodbc 2.3.12 (new,indirect,system package) Found declared GPR file: ada_gui.gpr