Skip to content
Snippets Groups Projects
Commit 4b0a5e93 authored by Tonu Naks's avatar Tonu Naks Committed by Marc Poulhiès
Browse files

ada: Silence unused parameter warning on linux

In __gnat_locate_exec_on_path (char *exec_name, int current_dir_on_windows)
the recently added second parameter is for windows only. On non-windows
platforms its usage is removed by the preprocessor and the compiler
reports unused parameter.

gcc/ada/ChangeLog:

	* adaint.c: void parameter on non-windows platforms
parent 93eb5676
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment