-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove pragma ident lines #10810
remove pragma ident lines #10810
Conversation
The #pragma ident is historical relict and not needed any more, this pragma is actually unknown for common compilers and is only causing trouble. Signed-off-by: Toomas Soome <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #10810 +/- ##
==========================================
+ Coverage 79.43% 79.75% +0.32%
==========================================
Files 395 395
Lines 125066 125066
==========================================
+ Hits 99342 99748 +406
+ Misses 25724 25318 -406
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@behlendorf please pull in to 2.0 as well |
The #pragma ident is a historical relic and not needed any more, this pragma is actually unknown for common compilers and is only causing trouble. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Matt Macy <[email protected]> Signed-off-by: Toomas Soome <[email protected]> Closes #10810
The #pragma ident is a historical relic and not needed any more, this pragma is actually unknown for common compilers and is only causing trouble. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Matt Macy <[email protected]> Signed-off-by: Toomas Soome <[email protected]> Closes openzfs#10810
The #pragma ident is a historical relic and not needed any more, this pragma is actually unknown for common compilers and is only causing trouble. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Matt Macy <[email protected]> Signed-off-by: Toomas Soome <[email protected]> Closes openzfs#10810
Motivation and Context
Clean up code from unknown pragma.
Description
The #pragma ident is historical relict and not needed any more, this
pragma is actually unknown for common compilers and is only causing
trouble.
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.