Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SMPStaticAnalyzer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
SMPStaticAnalyzer
Compare revisions
2a7d26617a7c0c4d872d9dbca0d32fc2aa54dfad to 3491636aa66f4bde8d60e2d6680b2bdcd50adb1a
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
opensrc/SMPStaticAnalyzer
Select target project
No results found
3491636aa66f4bde8d60e2d6680b2bdcd50adb1a
Select Git revision
Swap
Target
opensrc/SMPStaticAnalyzer
Select target project
opensrc/SMPStaticAnalyzer
1 result
2a7d26617a7c0c4d872d9dbca0d32fc2aa54dfad
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Update for old compilers
· 3491636a
Jason Hiser
authored
4 years ago
3491636a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/interfaces/idapro/all.h
+2
-0
2 additions, 0 deletions
include/interfaces/idapro/all.h
with
2 additions
and
0 deletions
include/interfaces/idapro/all.h
View file @
3491636a
...
...
@@ -3,6 +3,7 @@
// eventually move these into idapro/all.h
#pragma GCC diagnostic ignored "-Wpragmas"
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
...
...
@@ -22,6 +23,7 @@
#pragma GCC diagnostic pop
#pragma GCC diagnostic pop
#pragma GCC diagnostic pop
#pragma GCC diagnostic pop
#include
<assert.h>
...
...
This diff is collapsed.
Click to expand it.