Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
a47a5a75
Commit
a47a5a75
authored
Nov 30, 2015
by
yoogx
Browse files
* Disable code depending on Compilation_Date and
Compilation_Time. These requires a recent version of GCC.
parent
e6bbbd62
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config/ocarina-configuration.adb.in
View file @
a47a5a75
...
...
@@ -254,8 +254,10 @@ package body Ocarina.Configuration is
function Ocarina_Last_Configure_Date return String is
begin
return GNAT.Source_Info.Compilation_Date & " "
& GNAT.Source_Info.Compilation_Time;
return "";
-- XXX The following is disabled, requires GCC 5.x
-- return GNAT.Source_Info.Compilation_Date & " "
-- & GNAT.Source_Info.Compilation_Time;
end Ocarina_Last_Configure_Date;
---------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment